https://github.com/frantjc/go-encoding-unixtable
Go module to encode unixtable with a similar API to the Go standard library's encoding/json.
https://github.com/frantjc/go-encoding-unixtable
go golang
Last synced: 2 months ago
JSON representation
Go module to encode unixtable with a similar API to the Go standard library's encoding/json.
- Host: GitHub
- URL: https://github.com/frantjc/go-encoding-unixtable
- Owner: frantjc
- License: mit
- Created: 2022-11-23T20:49:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:33:26.000Z (6 months ago)
- Last Synced: 2024-12-31T22:42:35.365Z (4 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-encoding-unixtable [](https://github.com/frantjc/go-encoding-unixtable/actions) [](https://pkg.go.dev/github.com/frantjc/go-encoding-unixtable) [](https://goreportcard.com/report/github.com/frantjc/go-encoding-unixtable) 
Go module to encode unixtable with a similar API to the Go standard library's `encoding/json`.
```sh
Id Name Age
1 Obi-Wan Kenobi 35
2 General Grievous 50
```Useful for displaying CLI output (think `kubectl get pods`).
## install
```sh
go get github.com/frantjc/go-encoding-unixtable
```## use
See [example](example/).