Documentation ¶ Index ¶ func Compact(slices []string) []string func Contains(slices []string, value string) bool func Filter(slices []string, fn func(string) bool) []string func Map(slices []string, fn func(string) string) []string func Unique(slices []string) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Compact ¶ func Compact(slices []string) []string func Contains ¶ func Contains(slices []string, value string) bool func Filter ¶ func Filter(slices []string, fn func(string) bool) []string func Map ¶ func Map(slices []string, fn func(string) string) []string func Unique ¶ func Unique(slices []string) []string Types ¶ This section is empty. Source Files ¶ View all Source files slices.go Click to show internal directories. Click to hide internal directories.