If the first segment of an ident is an acronym, only the first letter gets capitalized in method Pascalize.
e.g. ip_address is pascalized to IpAddress, I expected to get IPAddress.
For public types in Go, go lint complains, if e.g. ip is not capitalized to IP.
If the first segment of an ident is an acronym, only the first letter gets capitalized in method
Pascalize.e.g.
ip_addressis pascalized toIpAddress, I expected to getIPAddress.For public types in Go, go lint complains, if e.g.
ipis not capitalized toIP.