fix easyjson main

This commit is contained in:
GoWebProd
2020-03-30 23:49:02 +03:00
committed by GitHub
parent f93cc0b288
commit d05eb9fa9e
+1 -1
View File
@@ -75,7 +75,7 @@ func generate(fname string) (err error) {
OutName: outName,
StubsOnly: *stubs,
NoFormat: *noformat,
SimpleBytes: *simpleBytes,
SimpleBytes: *simpleBytes,
}
if err := g.Run(); err != nil {