Skip to content

Commit 238d2f9

Browse files
committed
usage for overlap mode
1 parent acd5122 commit 238d2f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var (
1616
"play",
1717
"runs the wanted playground: db, play, nil, assert,"+
1818
"\nassert-keep (= uses assert.Debug in GLS),"+
19+
"\noverlap (= our fn names can be like MyHandle, myCatch, ..),"+
1920
"\nplay-recursion (= runs recursion example)",
2021
)
2122
isErr = flag.Bool("err", false, "tells if we want to have an error")

0 commit comments

Comments
 (0)