Add "ip" to uppercase words
This commit is contained in:
parent
11ce426457
commit
00134a495a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ var (
|
||||||
var uppercaseWords = map[string]struct{}{
|
var uppercaseWords = map[string]struct{}{
|
||||||
"guid": {},
|
"guid": {},
|
||||||
"id": {},
|
"id": {},
|
||||||
|
"ip": {},
|
||||||
"uid": {},
|
"uid": {},
|
||||||
"uuid": {},
|
"uuid": {},
|
||||||
"json": {},
|
"json": {},
|
||||||
|
|
Loading…
Add table
Reference in a new issue