Documentation ¶
Overview ¶
Package snaker provides methods to convert CamelCase names to snake_case and back. It considers the list of allowed initialsms used by github.com/golang/lint/golint (e.g. ID or HTTP)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelToSnake ¶
CamelToSnake converts a given string to snake case
func SnakeToCamel ¶
SnakeToCamel returns a string converted from snake case to uppercase
func SnakeToCamelLower ¶
SnakeToCamelLower returns a string converted from snake case to lowercase
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.