Skip to content

fahadsiddiqui/gochunker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gochunker

Chunk your text without cutting the words off.

Usage

package main

import (
	"fmt"

	"github.com/fahadsiddiqui/gochunker/chunker"
)

func main() {
	chnks, _ := chunker.Chunker("hey, what's up what are you doing these days", 12)
	for _, ch := range chnks {
		fmt.Println(ch)
	}
}

Author

Fahad Siddiqui

About

Chunk your text without cutting the words off.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages