proposal: errors: let GODEBUG=errstacktrace request stack backtraces · Issue #63358 · golang/go
Errors in Go serve two main purposes: reporting problems to the user of the program, and reporting problems to the developer of the program. The user essentially never wants to see stack traces. Fo...