We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2233dee commit 6ed0a2eCopy full SHA for 6ed0a2e
1 file changed
errors.go
@@ -82,7 +82,7 @@
82
//
83
// if err, ok := err.(stackTracer); ok {
84
// for _, f := range err.StackTrace() {
85
-// fmt.Printf("%+s:%d", f)
+// fmt.Printf("%+s:%d\n", f, f)
86
// }
87
88
0 commit comments