package
0.0.0-20230227090128-04eba25c4366
Repository: https://github.com/realth000/togotool.git
Documentation: pkg.go.dev

# Functions

ByteFromString converts a string to byte slice.
ByteToString converts a string to byte slice.
CleanDuplicate removes duplicate items in slice.
RemoveWhere removes elements in slice s (type is []T) where those elements run true in checkFunc.