go-textwrapper – github.com/emersion/go-textwrapper Index | Files

package textwrapper

import "github.com/emersion/go-textwrapper"

A writer that wraps long text lines to a specified length.

Index

Functions

func New

func New(w io.Writer, sep string, l int) io.Writer

Returns a writer that splits its input into multiple parts that have the same length and adds a separator between these parts.

func NewRFC822

func NewRFC822(w io.Writer) io.Writer

Creates a RFC822 text wrapper. It adds a CRLF (ie. \r\n) each 76 characters.

Source Files

wrapper.go

Version
v0.0.0-20200911093747-65d896831594 (latest)
Published
Sep 11, 2020
Platform
js/wasm
Imports
1 packages
Last checked
now

Tools for package owners.