package
0.7.0
Repository: https://github.com/pcelvng/go-config.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AreStructPointers functions the same as IsStructPointer but for many values.
IsStructPointer is a utility that checks if a given interface is a struct pointer.
ToCamel converts "name" to CamelCase.
ToKebab converts "name" to snake_case.
No description provided by the author
ToLowerCamel converts "name" to camelCase.
ToLowerSnake converts "name" to lower snake_case.
ToLowerCamel converts "name" to camelCase.
ScreamingSnake converts "name" to SCREAMING_SNAKE_CASE.
ToSnake converts "name" to snake_case.