Go Developer Tooling

My Go repos use several tools to make development easier. I develop on a Mac, so install instructions are MacOS-focused.

See example-go-cli for a repo using these tools.

Also see Go Project Notes.

panicparse

Make panic stack traces much easier to read with colorization and removing extraneous info

demo gif

MacOS Install

go install github.com/maruel/panicparse/v2/cmd/pp@latest

Run locally

go run . |& pp