Documentation
¶
Index ¶
- func ExportName(name string) string
- func GoName(name string, trimPrefixes []string, inCurPkg bool) string
- func HeaderFileToGo(incPath string) string
- func PubName(name string) string
- func RemovePrefixedName(name string, trimPrefixes []string) string
- func SuffixCount(name string, count int) string
- func ToCamelCase(s string, firstPartUpper bool) string
- func UpperFirst(name string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportName ¶
Only Make it Public,no turn to other camel method
func HeaderFileToGo ¶
/path/to/foo.h -> foo.go /path/to/_intptr.h -> X_intptr.go
func RemovePrefixedName ¶
func SuffixCount ¶
func ToCamelCase ¶
func UpperFirst ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.