Versions in this module Expand all Collapse all v1 v1.1.0 Mar 1, 2024 Changes in this version + func Head(str, sep string) (head string, tail string) v1.0.1 Oct 24, 2023 Changes in this version + func BaseContext(parentCtx context.Context) context.Context v1.0.0 Oct 24, 2023 Changes in this version + func RandString(n int, randType RandStringType) string + func StringReverse(s string) string + func ToNumber(str string) T + func ToString(val interface{}) string + type RandStringType int + const Letter + const Mix + const Number