Split given text into equal chunks of given size. https://github.com/pczajkowski/cos

Piotr Czajkowski 1fe50501f3 Small fixes %!s(int64=2) %!d(string=hai) anos
.github 55a077bf78 Some action %!s(int64=2) %!d(string=hai) anos
.deepsource.toml bd602cea2e Added deepsource %!s(int64=2) %!d(string=hai) anos
.gitignore 371437bbab Initial commit %!s(int64=2) %!d(string=hai) anos
.replit 4f341081b9 Initial commit %!s(int64=2) %!d(string=hai) anos
LICENSE 371437bbab Initial commit %!s(int64=2) %!d(string=hai) anos
Makefile 4f341081b9 Initial commit %!s(int64=2) %!d(string=hai) anos
README.md 988145fb47 Correction %!s(int64=2) %!d(string=hai) anos
chunkOfSize.go 1fe50501f3 Small fixes %!s(int64=2) %!d(string=hai) anos
chunkOfSize_test.go 1fe50501f3 Small fixes %!s(int64=2) %!d(string=hai) anos
go.mod 49f4d7ca16 Change of name %!s(int64=2) %!d(string=hai) anos
main 4f341081b9 Initial commit %!s(int64=2) %!d(string=hai) anos
replit.nix 4f341081b9 Initial commit %!s(int64=2) %!d(string=hai) anos
testText.go fd2efab153 Added TestWordsNotCut %!s(int64=2) %!d(string=hai) anos

README.md

Chunk of size

Go Report Card DeepSource

I've needed to split text for one tool, so as always I've decided to overdo it;)