Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 6ed0a2e

Browse files
authored
Fix StackTrace print example
1 parent 2233dee commit 6ed0a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
//
8383
// if err, ok := err.(stackTracer); ok {
8484
// for _, f := range err.StackTrace() {
85-
// fmt.Printf("%+s:%d", f)
85+
// fmt.Printf("%+s:%d\n", f, f)
8686
// }
8787
// }
8888
//

0 commit comments

Comments
 (0)