Versions in this module Expand all Collapse all v0 v0.0.1 Aug 5, 2021 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)