Functional Options in GoLang
What even are functional options? In Golang, they are a design pattern that accommodates frequently changing parameters or configuration variables for a package. Say you are developing a package and to initialize it, some configurations are needed an...
atoo.hashnode.dev4 min read