I prefer stack traces in errors. It's gives so much more automatically so you don't have to worry about manual annotation. Stack traces and debug logs are the way to go. I like to use panics for exceptional conditions just for the convenient escape with the stack trace.
ignoramous|1 year ago
One can debug.PrintStack(), instead.
https://pkg.go.dev/runtime/debug#PrintStack