We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e91241 commit ddb4e2eCopy full SHA for ddb4e2e
main.go
@@ -39,7 +39,7 @@ var (
39
encode = flag.Bool("io", true, "create Encode and Decode methods")
40
marshal = flag.Bool("marshal", true, "create Marshal and Unmarshal methods")
41
tests = flag.Bool("tests", true, "create tests and benchmarks")
42
- unexported = flag.Bool("unexported", false, "also process unexported types")
+ unexported = flag.Bool("unexported", false, "also process unexported types and fields")
43
verbose = flag.Bool("v", false, "verbose diagnostics")
44
directives = stringArrFlags{}
45
)
0 commit comments