From d05eb9fa9eecb7730096bae7b3eb2811706662cc Mon Sep 17 00:00:00 2001 From: GoWebProd Date: Mon, 30 Mar 2020 23:49:02 +0300 Subject: [PATCH] fix easyjson main --- easyjson/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyjson/main.go b/easyjson/main.go index 60a17a5..26e95cb 100644 --- a/easyjson/main.go +++ b/easyjson/main.go @@ -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 {