/gochunkbyte

Package to chunk bytes using goroutine

Primary LanguageGoMIT LicenseMIT

gochunkbyte

Package to chunk bytes using goroutine

Example:

// split into two
"abcdefghijkl" -> ["abcdef", "ghijkl"]