Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 329 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 329 Bytes

Functional Options

Blog Article

The Go (Golang) Functional Options Pattern is a way, a pattern of structuring your structs in Go by designing a very expressive and flexible set of APIs that will help with the configuration and initialisation of your struct.