Versions in this module Expand all Collapse all v0 v0.2.0 Feb 14, 2020 v0.1.0 May 6, 2018 Changes in this version + func Indent(s, prefix string) string + func IndentBytes(b, prefix []byte) []byte + func NewIndentWriter(w io.Writer, pre ...[]byte) io.Writer + func Wrap(s string, lim int) string + func WrapBytes(b []byte, lim int) []byte + func WrapWords(words [][]byte, spc, lim, pen int) [][][]byte