Versions in this module Expand all Collapse all v1 v1.0.7 Dec 2, 2021 Changes in this version + func CleanString(str string, unescape bool) string + func DirExists(path string) (bool, error) + func Format(tpl *template.Template, params map[string]string) string + func HashPassword(password string) string + func MapToSlice(boolMap map[string]bool) []string + func MustForceLocalTimezone(date time.Time) time.Time + func RemoveDuplicates(slice []string) []string + func RemoveFromSlice(slice []string, item string) []string + func SliceToMap(slice []string) map[string]bool + func StandardizeURL(url string) string + func StripTags(text string) string + func ToStringSlice(elements []interface{}) []string