Versions in this module Expand all Collapse all v0 v0.0.8 Feb 24, 2021 Changes in this version + func Contains(x []string, s string) bool + func FoldDup(list []string) (string, string) + func HasFilePathPrefix(s, prefix string) bool + func HasPathPrefix(s, prefix string) bool + func SplitQuotedFields(s string) ([]string, error) + func StringList(args ...interface{}) []string + func ToFold(s string) string + func Uniq(ss *[]string)