Documentation
¶
Index ¶
Constants ¶
View Source
const ( UNKNOWN NameStyle = -1 NATIVE = 0 // native UPPER = 1 // uppercase LOWER = 2 // lowercase UPPER_CAMEL = 3 // upper camel LOWER_CAMEL = 4 // lower camel UNDER_SCORE = 5 // under score TITLE = 6 // upper first charactor )
Variables ¶
This section is empty.
Functions ¶
func LowerCamel ¶
func UnderScore ¶
func UpperCamel ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.