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

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