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

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

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