1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-25 06:26:06 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
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
Tamer Tas
066d2f6b42 idiom/functional-options: fix formatting and naming 2016-09-06 19:12:24 +03:00
Tamer Tas
c0937dd592 Add functional options idiom 2016-04-16 17:37:26 +03:00