Versions in this module Expand all Collapse all v0 v0.3.0 May 17, 2021 Changes in this version + func Bytes(b []byte, limit int) []byte + func String(s string, limit int) string + type Wrap struct + KeepNewlines bool + Limit int + Newline []rune + PreserveSpace bool + TabWidth int + func NewWriter(limit int) *Wrap + func (w *Wrap) Bytes() []byte + func (w *Wrap) String() string + func (w *Wrap) Write(b []byte) (int, error)