Go Tips

Tips focused on Go. Idiomatic Go practices and patterns.

1 post

GO-TIP-001 Variadic Options Design

You want to support a number of optional custom fields for a function or type constructor, but you need something more sophisticated than the zero value. Perhaps you want to deliver an option that performs some logic first.