package
0.0.0-20241226145920-483c662f7ff1
Repository: https://github.com/pingooio/stdx.git
Documentation: pkg.go.dev
# README
Package colwriter provides a write filter that formats input lines in multiple columns.
The package is a straightforward translation from /src/cmd/draw/mc.c in Plan 9 from User Space.
# Functions
NewWriter allocates and initializes a new Writer writing to w.
# Constants
BreakOnColon Print each input line ending in a colon ':' separately.