We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd5122 commit 238d2f9Copy full SHA for 238d2f9
1 file changed
samples/main.go
@@ -16,6 +16,7 @@ var (
16
"play",
17
"runs the wanted playground: db, play, nil, assert,"+
18
"\nassert-keep (= uses assert.Debug in GLS),"+
19
+ "\noverlap (= our fn names can be like MyHandle, myCatch, ..),"+
20
"\nplay-recursion (= runs recursion example)",
21
)
22
isErr = flag.Bool("err", false, "tells if we want to have an error")
0 commit comments