package textwrapper
import "github.com/emersion/go-textwrapper"
A writer that wraps long text lines to a specified length.
Index ¶
Functions ¶
func New ¶
Returns a writer that splits its input into multiple parts that have the same length and adds a separator between these parts.
func NewRFC822 ¶
Creates a RFC822 text wrapper. It adds a CRLF (ie. \r\n) each 76 characters.
Source Files ¶
- Version
- v0.0.0-20200911093747-65d896831594 (latest)
- Published
- Sep 11, 2020
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- now –
Tools for package owners.