Add "ip" to uppercase words

This commit is contained in:
Patrick O'brien 2016-10-16 19:35:10 +10:00
parent 11ce426457
commit 00134a495a

View file

@ -21,6 +21,7 @@ var (
var uppercaseWords = map[string]struct{}{
"guid": {},
"id": {},
"ip": {},
"uid": {},
"uuid": {},
"json": {},