Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanStringSlice ¶
CleanStringSlice takes an input and will attempt to "clean" the input by removing "empty" or "whitespace-only" values. You will always get a []string response, even if you pass in a nil
func CombineStringSlices ¶
CombineStringSlices takes 1..* string arrays and combines them into a single slice. This will also unique and strip "empty" values out, so y'know...there you go.
func RemoveStringsFromSlice ¶
RemoveStringsFromSlice will attempt to remove values present in "remove" from "root"
func UniqueStringSlice ¶
UniqueStringSlice takes a string array and returns a slice with duplicates removed This also strips "empty" values out. You will always get a []string response, even if you pass in a nil
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.