issues
search
ChimeraCoder
/
gojson
Automatically generate Go (golang) struct definitions from example JSON
GNU General Public License v3.0
2.67k
stars
207
forks
source link
Fix substructure output format
#45
Closed
Ladicle
closed
7 years ago
Ladicle
commented
7 years ago
Changes
Change the variable name from format to fmtType, because of conflict with go/format package.
I want to check same structure, so I divide an output file each structes.
Usually, substructure name and field name are equal. Therefore I change its name to field name.
Changes