go-github-com-mitchellh-go-wordwrap 1.0.1
Go library for word-wrapping strings
This Go library automatically wraps words onto multiple lines. It's primary goal is to format command-line output, but of course word wrapping is a generally useful thing to do.
- Website: https://github.com/mitchellh/go-wordwrap
- Licenses: Expat
- Package source: gnu/packages/golang.scm
- Builds: See build status
- Issues: See known issues
Installation
Install go-github-com-mitchellh-go-wordwrap 1.0.1
as follows:
guix install go-github-com-mitchellh-go-wordwrap@1.0.1
Or install the latest version:
guix install go-github-com-mitchellh-go-wordwrap
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.