Go Functional Options

Use when designing a Go constructor or factory function with optional configuration — especially with 3+ optional parameters or extensible APIs. Also use when building a New* function that takes many settings, even if they don't mention "functional options" by name. Does not cover general function design (see go-functions).

cxuu Updated

File contents

cxuu/golang-skills commit b46b51ba1b

Frequently asked questions

npx skillmds@latest add cxuu/go-functional-options