Documentation ¶ Index ¶ func Add(s []string, a string) []string func Commafy(i interface{}) string func FloatToPercent(i float64) string func NanoSecondToHuman(v float64) string func PercSuffix(i float64) string func Union(s []string, a []string) []string func Uniq(s []string) (r []string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Add ¶ func Add(s []string, a string) []string func Commafy ¶ func Commafy(i interface{}) string func FloatToPercent ¶ func FloatToPercent(i float64) string func NanoSecondToHuman ¶ func NanoSecondToHuman(v float64) string func PercSuffix ¶ func PercSuffix(i float64) string func Union ¶ func Union(s []string, a []string) []string func Uniq ¶ added in v0.3.6 func Uniq(s []string) (r []string) Types ¶ This section is empty. Source Files ¶ View all Source files slice.go template.go Click to show internal directories. Click to hide internal directories.