We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a744f45 commit 6bbd852Copy full SHA for 6bbd852
samples/main-play.go
@@ -112,13 +112,6 @@ func doPlayMain() {
112
// Keep here that you can play without changing imports
113
assert.That(true)
114
115
- // If asserts are treated as panics instead of errors, you get the stack trace.
116
- // you can try that by taking the next line out of the comment:
117
- assert.SetDefault(assert.Development)
118
-
119
- // same thing but one line assert msg
120
- //assert.SetDefault(assert.Production)
121
122
// To see how automatic stack tracing works.
123
//err2.SetErrorTracer(os.Stderr)
124
0 commit comments