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

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

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