//
pkg.gl
Category
github.com/onepanelio/core
pkg
util
collection
package
1.0.2
Repository:
https://github.com/onepanelio/core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
2
Files
38 SLOC
#
Functions
RemoveBlanks
RemoveBlanks goes through the data, assumed to be an array or map of some kind, and removes any data that is a nil or zero value.
RepeatSymbol
RepeatSymbol returns symbol <count> times, with <separator> between each one.