File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,9 @@ Please see the code examples for more information.
56
56
57
57
The assert package supports Go's flags. All you need to do is to call flag.Parse.
58
58
And the following flags are supported (="default-value"):
59
- -asserter="Prod"
60
- A name of the asserter Plain, Prod, Dev, Debug (see constants)
59
+
60
+ -asserter="Prod"
61
+ A name of the asserter Plain, Prod, Dev, Debug (see constants)
61
62
62
63
And assert package's configuration flags are inserted.
63
64
Original file line number Diff line number Diff line change @@ -93,12 +93,13 @@ tracer API:
93
93
94
94
The err2 package supports Go's flags. All you need to do is to call flag.Parse.
95
95
And the following flags are supported (="default-value"):
96
- -err2-log="nil"
97
- A name of the stream currently supported stderr, stdout or nil
98
- -err2-panic-trace="stderr"
99
- A name of the stream currently supported stderr, stdout or nil
100
- -err2-trace="nil"
101
- A name of the stream currently supported stderr, stdout or nil
96
+
97
+ -err2-log="nil"
98
+ A name of the stream currently supported stderr, stdout or nil
99
+ -err2-panic-trace="stderr"
100
+ A name of the stream currently supported stderr, stdout or nil
101
+ -err2-trace="nil"
102
+ A name of the stream currently supported stderr, stdout or nil
102
103
103
104
# Error handling
104
105
You can’t perform that action at this time.
0 commit comments