Documentation ¶
Overview ¶
Package colw lays out columns for display of a list when you don't know ahead of time how many columns should exist. Kind of like what ls does.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDoesNotFit = errors.New("items do not fit")
ErrDoesNotFit is returned when the items do not fit in the supplied width. The only way this happens is if there is at least one item larger than the width less padding. Otherwise, you would get one column taking up all the width.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.