fix generator

This commit is contained in:
GoWebProd
2020-03-30 23:49:40 +03:00
committed by GitHub
parent d05eb9fa9e
commit 5eb0584d0e
+1 -1
View File
@@ -37,7 +37,7 @@ type Generator struct {
omitEmpty bool
disallowUnknownFields bool
fieldNamer FieldNamer
simpleBytes bool
simpleBytes bool
// package path to local alias map for tracking imports
imports map[string]string