Various small command-line utilities.
go install github.com/shurcooL/cmd/...@latest| Path | Synopsis |
|---|---|
| dumpargs | dumpargs dumps the command-line arguments. |
| dumpglfw3joysticks | dumpglfw3joysticks dumps state of attached joysticks. |
| dumphttpreq | dumphttpreq dumps incoming HTTP requests with full detail. |
| godocrouter | godocrouter is a reverse proxy that augments a private godoc server instance with global godoc.org instance. |
| goimporters | goimporters displays an import graph of Go packages that import the specified Go package in your GOPATH workspace. |
| goimportgraph | goimportgraph displays an import graph within specified Go packages. |
| gopathshadow | gopathshadow reports if you have any shadowed Go packages in your GOPATH workspaces. |
| gorepogen | gorepogen generates boilerplate files for Go repositories hosted on GitHub. |
| jsonfmt | jsonfmt pretty-prints JSON from stdin. |
| runestats | runestats prints counts of total and unique runes from stdin. |
| wasmserve | wasmserve compiles a Go command to WebAssembly and serves it via HTTP. |