Categorygithub.com/frantjc/go-encoding-unixtable
repositorypackage
0.0.0-20241021143325-bef715a3d63f
Repository: https://github.com/frantjc/go-encoding-unixtable.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-encoding-unixtable CI godoc goreportcard license

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.