summaryrefslogtreecommitdiffstats
path: root/common/collections/append.go
AgeCommit message (Expand)Author
2023-06-28common/collections: Fix append regression to allow appending nilkhayyam
2023-06-14common/collections: Always make a copy of the input slice in AppendBjørn Erik Pedersen
2023-06-14tpl/collections: Fix append when appending a slice to a slice of slicesBjørn Erik Pedersen
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2019-10-11common: Fix elements are doubling when append a not assignable typeVazrupe (HyeonGyu Lee)
2019-03-23Make Page an interfaceBjørn Erik Pedersen
2018-11-13More spelling correctionsBjørn Erik Pedersen
2018-10-27common/collections: Allow a mix of slice types in append/Scratch.AddBjørn Erik Pedersen
2018-10-11common/collections: Fix type checking in AppendBjørn Erik Pedersen
2018-10-08common/maps: Improve append in ScratchBjørn Erik Pedersen