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

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

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