package
0.0.3
Repository: https://github.com/meikwei/go-tools.git
Documentation: pkg.go.dev

# Functions

NewSplitter creates a new Splitter instance with the specified split count and data.

# Structs

SplitResult holds a slice of strings as a result of the splitting operation.
Splitter is responsible for splitting a slice of strings into multiple parts.