Added all golint acronyms to TitleCase
This commit is contained in:
parent
480ba81555
commit
8d68f936e5
1 changed files with 18 additions and 5 deletions
|
@ -19,11 +19,24 @@ var (
|
|||
)
|
||||
|
||||
var uppercaseWords = map[string]struct{}{
|
||||
"guid": {},
|
||||
"id": {},
|
||||
"uid": {},
|
||||
"uuid": {},
|
||||
"json": {},
|
||||
"acl": {},
|
||||
"api": {},
|
||||
"ascii": {},
|
||||
"cpu": {},
|
||||
"eof": {},
|
||||
"guid": {},
|
||||
"id": {},
|
||||
"ip": {},
|
||||
"json": {},
|
||||
"ram": {},
|
||||
"sla": {},
|
||||
"udp": {},
|
||||
"ui": {},
|
||||
"uid": {},
|
||||
"uuid": {},
|
||||
"uri": {},
|
||||
"url": {},
|
||||
"utf8": {},
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Reference in a new issue