Skip to content

Commit 3f00ec0

Browse files
committed
fmt
1 parent cd2bf37 commit 3f00ec0

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

assert/doc.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Please see the code examples for more information.
5656
5757
The assert package supports Go's flags. All you need to do is to call flag.Parse.
5858
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)
6162
6263
And assert package's configuration flags are inserted.
6364

doc.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,13 @@ tracer API:
9393
9494
The err2 package supports Go's flags. All you need to do is to call flag.Parse.
9595
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
102103
103104
# Error handling
104105

0 commit comments

Comments
 (0)