//
pkg.gl
Category
github.com/stashapp/stash
pkg
sliceutil
stringslice
package
0.27.2
Repository:
https://github.com/stashapp/stash.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
2
Dependents
5
Files
35 SLOC
#
Functions
FromString
FromString converts a string to a slice of strings, splitting on the sep character.
StringSliceToIntSlice
StringSliceToIntSlice converts a slice of strings to a slice of ints.
UniqueFold
Unique returns a slice containing only unique values from the provided slice.