Documentation ¶ Index ¶ func Fprint(out io.Writer, lines [][]string) error func Print(lines [][]string) error type Form func (f *Form) Append(line ...string) func (f *Form) Fprint(out io.Writer) error func (f *Form) Print() error func (f *Form) String() string func (f *Form) WriteCSV(out io.Writer) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Fprint ¶ func Fprint(out io.Writer, lines [][]string) error func Print ¶ func Print(lines [][]string) error Types ¶ type Form ¶ type Form struct { // contains filtered or unexported fields } func (*Form) Append ¶ func (f *Form) Append(line ...string) func (*Form) Fprint ¶ func (f *Form) Fprint(out io.Writer) error func (*Form) Print ¶ func (f *Form) Print() error func (*Form) String ¶ func (f *Form) String() string func (*Form) WriteCSV ¶ func (f *Form) WriteCSV(out io.Writer) error Source Files ¶ View all Source files columnize.go Click to show internal directories. Click to hide internal directories.