Documentation
¶
Index ¶
- func ArrayColumn(input map[string]map[string]any, columnKey string) []any
- func BaseConvert(number string, frombase, tobase int) (string, error)
- func Rtrim(str string, characterMask ...string) string
- func Serialize(value any) ([]byte, error)
- func StrPad(input string, padLength int, padString string) string
- func Strtr(haystack string, params ...interface{}) string
- func Unserialize(data []byte) (any, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayColumn ¶ added in v1.0.44
ArrayColumn array_column()
func BaseConvert ¶ added in v1.0.44
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.