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

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

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