Versions in this module Expand all Collapse all v1 v1.2.0 Sep 4, 2023 v1.0.0 Sep 4, 2023 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)