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{}{
|
||||
"guid": {},
|
||||
"id": {},
|
||||
"ip": {},
|
||||
"uid": {},
|
||||
"uuid": {},
|
||||
"json": {},
|
||||
|
|
Loading…
Reference in a new issue