Add json to uppercase words

This commit is contained in:
Patrick O'brien 2016-09-09 01:22:22 +10:00
parent 5300a0f6a4
commit ac42fbc2c7

View file

@ -22,6 +22,7 @@ var uppercaseWords = map[string]struct{}{
"id": {}, "id": {},
"uid": {}, "uid": {},
"uuid": {}, "uuid": {},
"json": {},
} }
func init() { func init() {