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": {},
|
"id": {},
|
||||||
"uid": {},
|
"uid": {},
|
||||||
"uuid": {},
|
"uuid": {},
|
||||||
|
"json": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue