Versions in this module Expand all Collapse all v1 v1.0.0 Feb 10, 2024 Changes in this version + func CamelCaseToUnderscore(str string) string + func DecodeBase64(i string) ([]byte, error) + func Diff(base, exclude []string) (result []string) + func FindString(array []string, str string) int + func Reverse(s string) string + func StringIn(str string, array []string) bool + func UnderscoreToCamelCase(str string) string + func Unique(ss []string) (result []string)