Registry /
utility / emersion-go-textwrapper
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
textwrapper
✓ github.com/emersion/go-textwrapper
Wraps text to a specified line length.
package main
import (
"fmt"
"github.com/emersion/go-textwrapper"
)
func main() {
w := textwrapper.New(80)
fmt.Fprint(w, "A very long line that should be wrapped at 80 characters.")
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20200911093747-65d896831594latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.