1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-25 06:26:06 +03:00
go-patterns/idiom
Mathias Fredriksson 4cdebe4220 idiom/functional-options: Unexport options
Options is an implementation detail and adds no value by being exported.
By unexporting Options we decrease the API surface and maintain the
ability to make changes without breaking user expectations.
2018-01-06 02:36:01 +02:00
..
functional-options.md idiom/functional-options: Unexport options 2018-01-06 02:36:01 +02:00