Go Developer Tooling
Updated Sat 2023-02-18 | 99 words
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

MacOS Install
go install github.com/maruel/panicparse/v2/cmd/pp@latest
Run locally
go run . |& pp