Versions in this module Expand all Collapse all v1 v1.15.1 Feb 17, 2020 v1.15.0 Feb 17, 2020 Changes in this version + func ExpandPath(p string) string + func HashString(s string) (string, error) + func SanitizeString(s string) string + func StringSlicesEqual(l, r []string) bool + func StringSlicesEqualIgnoreOrder(l, r []string) bool + func YAMLToJSON(yamlBytes []byte) ([]byte, error) + func YamlMarshal(o interface{}) ([]byte, error) + func YamlUnmarshal(yamlBytes []byte, dest interface{}) error