This website requires JavaScript.
Explore
Help
Sign In
GaoreGo
/
strcase
Watch
7
Star
0
Fork
0
You've already forked strcase
Code
Releases
Activity
v0.1.1
strcase
/
acronyms.go
6 lines
74 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Fix acronyms for camel case
2019-11-13 06:25:14 +08:00
package
strcase
Performance optimizations
2020-08-16 20:42:39 +08:00
var
uppercaseAcronym
=
map
[
string
]
string
{
"ID"
:
"id"
,
Fix acronyms for camel case
2019-11-13 06:25:14 +08:00
}
Copy Permalink