Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 346 Bytes

tabulate

Golang library to print data as tables, a port of the tabulate python library.

Installation

Should be as simple as

go get github.com/rgeoghegan/tabulate

Usage

Check the godocs, which can be found in tabulate.go.

Run tests

Do:

go test github.com/rgeoghegan/tabulate