modulepackage
0.0.0-20220522144036-42e35512154c
Repository: https://github.com/rdsutbbp/utilx.git
Documentation: pkg.go.dev
# README
utilx
# Functions
StringInSlice return true if string in the slice `list`.
Uniq returns a duplicate-free version of an array, in which only the first occurrence of each element is kept.