Documentation
¶
Index ¶
- func Base32Decode(data string) ([]byte, error)
- func Base32Encode(data []byte) string
- func Base64Decode(data string) ([]byte, error)
- func Base64Encode(data []byte) string
- func Leftpad(s string, length int, ch ...rune) string
- func MustJsonEncode(v interface{}) string
- func RandomString(length int) string
- func SnakeCasedName(name string) string
- func TitleCasedName(name string) string
- func TrimBom(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustJsonEncode ¶ added in v1.0.5
func MustJsonEncode(v interface{}) string
func RandomString ¶
func SnakeCasedName ¶
func TitleCasedName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.