blob: fed643bb919ec0a1cd9b68e3e19ce1638ae61ea6 [file] [log] [blame]
// Package textutil implements utilities for handling human-readable text.
//
// This package includes a combination of low-level and high-level utilities.
// The main high-level utilities are:
// NewUTF8LineWriter: Line-based text formatter.
// PrefixWriter: Add prefix to output.
// ByteReplaceWriter: Replace single byte with bytes in output.
package textutil