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

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

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