Files
Aravind Gopalan d6768890ec Allow empty maps for required map fields (issue #256)
As reported in issue #256, currently, an empty map is unmarshalled into nil by easyjson
If a field is marked "required" or "!omitempty", then the empty map is a valid input and
we should unmarshal it into an empty map.

Similar logic for marshalling.

This change is to fix the behavior
2019-11-21 18:03:16 -08:00

7 lines
44 B
Plaintext

.root
*_easyjson.go
*.iml
.idea
*.swp
bin/*