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

Piotr Czajkowski 988145fb47 Correction před 1 rokem
.github 55a077bf78 Some action před 1 rokem
.gitignore 371437bbab Initial commit před 1 rokem
.replit 4f341081b9 Initial commit před 1 rokem
LICENSE 371437bbab Initial commit před 1 rokem
Makefile 4f341081b9 Initial commit před 1 rokem
README.md 988145fb47 Correction před 1 rokem
chunkOfSize.go 39a80c1117 Formatting před 1 rokem
chunkOfSize_test.go 39a80c1117 Formatting před 1 rokem
go.mod 49f4d7ca16 Change of name před 1 rokem
main 4f341081b9 Initial commit před 1 rokem
replit.nix 4f341081b9 Initial commit před 1 rokem
testText.go fd2efab153 Added TestWordsNotCut před 1 rokem

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