We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7485d0 commit 71d1ba3Copy full SHA for 71d1ba3
doc.go
@@ -71,7 +71,7 @@ err2 offers optional stack tracing. And yes, it's fully automatic. Just call
71
at the beginning your app, e.g. main function, or set the tracers
72
programmatically (before [flag.Parse] if you are using that):
73
74
- err2.SetErrRmTracer(os.Stderr) // write error return trace to stderr
+ err2.SetErrRetTracer(os.Stderr) // write error return trace to stderr
75
or
76
err2.SetErrorTracer(os.Stderr) // write error stack trace to stderr
77
0 commit comments