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.

pngdeity f2beee7 2 files · 9.9 KB Updated

File contents

pngdeity/apm-user-repository/tree/main/packages/golang-design/.apm/skills/go-functional-options commit f2beee78ff

Frequently asked questions

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