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
- Host: GitHub
- URL: https://github.com/karpeleslab/textutil
- Owner: KarpelesLab
- License: mit
- Created: 2021-10-26T02:13:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T03:09:33.000Z (over 4 years ago)
- Last Synced: 2025-07-01T00:09:08.319Z (12 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/KarpelesLab/textutil)
# textutil
Text utils.
## Wordwrap
Copied from https://github.com/mitchellh/go-wordwrap and improved.