summaryrefslogtreecommitdiffstats
path: root/common/collections/append_test.go
AgeCommit message (Expand)Author
2024-01-28all: Run gofumpt -l -w .Bjørn Erik Pedersen
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-08-12tests: Convert from testify to quicktestBjø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