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

Piotr Czajkowski 1fe50501f3 Small fixes před 2 roky
.github 55a077bf78 Some action před 2 roky
.deepsource.toml bd602cea2e Added deepsource před 2 roky
.gitignore 371437bbab Initial commit před 2 roky
.replit 4f341081b9 Initial commit před 2 roky
LICENSE 371437bbab Initial commit před 2 roky
Makefile 4f341081b9 Initial commit před 2 roky
README.md 988145fb47 Correction před 2 roky
chunkOfSize.go 1fe50501f3 Small fixes před 2 roky
chunkOfSize_test.go 1fe50501f3 Small fixes před 2 roky
go.mod 49f4d7ca16 Change of name před 2 roky
main 4f341081b9 Initial commit před 2 roky
replit.nix 4f341081b9 Initial commit před 2 roky
testText.go fd2efab153 Added TestWordsNotCut před 2 roky

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;)