go-options
go-options copied to clipboard
Generate options for variable config option lists
Results
3
go-options issues
Sort by
recently updated
recently updated
newest added
#23 fix
Can we add a flag to make that function public?
This PR allows `go-options` to switch to a simpler template when neither `cmp` or `Stringer` are requested. An example of the output can be found in the test/golden/configWithoutCmpOrStringer_options.go.tx file and,...