Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelToSnake ¶
CamelToSnake takes a camelcase string and returns a snake case string.
func GoCamelCase ¶
// GoCamelCase camel-cases a protobuf name for use as a Go identifier.
If there is an interior underscore followed by a lower case letter, drop the underscore and convert the letter to upper case.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.