An open API service indexing awesome lists of open source software.

https://github.com/karpeleslab/textutil

Text processing utils, such as wordwrapping
https://github.com/karpeleslab/textutil

Last synced: 8 months ago
JSON representation

Text processing utils, such as wordwrapping

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/KarpelesLab/textutil?status.svg)](https://godoc.org/github.com/KarpelesLab/textutil)

# textutil

Text utils.

## Wordwrap

Copied from https://github.com/mitchellh/go-wordwrap and improved.