sapk / genesys-tools

A cli command to interact with GAX api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go run main.go dump localhost:8080

go build -o genesys-tools .

gox -ldflags "-s -w" -osarch="windows/amd64" -output="build/{{.Dir}}-tools-{{.OS}}-{{.Arch}}"

dot -Tpng host-port/graph.dot > test.png
dot -Tsvg host-port/graph.dot > test.svg

About

A cli command to interact with GAX api

License:GNU General Public License v3.0


Languages

Language:Go 98.2%Language:Makefile 1.8%