Add json to uppercase words
This commit is contained in:
parent
5300a0f6a4
commit
ac42fbc2c7
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ var uppercaseWords = map[string]struct{}{
|
|||
"id": {},
|
||||
"uid": {},
|
||||
"uuid": {},
|
||||
"json": {},
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in a new issue