# Packages
No description provided by the author
# README
go-encoding-unixtable

Go module to encode unixtable with a similar API to the Go standard library's encoding/json
.
Id Name Age
1 Obi-Wan Kenobi 35
2 General Grievous 50
Useful for displaying CLI output (think kubectl get pods
).
install
go get github.com/frantjc/go-encoding-unixtable
use
See example.