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

Piotr Czajkowski 988145fb47 Correction há 1 ano atrás
.github 55a077bf78 Some action há 1 ano atrás
.gitignore 371437bbab Initial commit há 1 ano atrás
.replit 4f341081b9 Initial commit há 1 ano atrás
LICENSE 371437bbab Initial commit há 1 ano atrás
Makefile 4f341081b9 Initial commit há 1 ano atrás
README.md 988145fb47 Correction há 1 ano atrás
chunkOfSize.go 39a80c1117 Formatting há 1 ano atrás
chunkOfSize_test.go 39a80c1117 Formatting há 1 ano atrás
go.mod 49f4d7ca16 Change of name há 1 ano atrás
main 4f341081b9 Initial commit há 1 ano atrás
replit.nix 4f341081b9 Initial commit há 1 ano atrás
testText.go fd2efab153 Added TestWordsNotCut há 1 ano 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;)