A fancy pattern I like in Go to pass multiple variadic arguments. I wouldn't use it everywhere but in some specific contexts it can make sense. For example in a testing context to make the test cases as short as possible. Playground: go.dev/play/p/IYXc2...
5 likes 1 replies
?