Tip

Short, high-leverage pointers.

1 post

Toolchain

All Posts

GO-TIP-001 Variadic Options GoDesign

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.