package
1.0.5
Repository: https://github.com/func25/gofunc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

StringToInt64s parse "1,2,3,4" to [1 2 3 4] and ignore "" so it can parse "1,2,3,,,4," to [1 2 3 4].