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

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

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