This commit is contained in:
dougbtv
2019-08-29 14:57:28 -04:00
parent 81636bc0c6
commit 707017a5cd
1303 changed files with 409373 additions and 1298 deletions

View File

@@ -82,7 +82,7 @@
//
// if err, ok := err.(stackTracer); ok {
// for _, f := range err.StackTrace() {
// fmt.Printf("%+s:%d\n", f, f)
// fmt.Printf("%+s:%d", f)
// }
// }
//