File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ your-app -asserter Debug
387
387
` ` `
388
388
389
389
That adds more information to the assertion statement, which in default is in
390
- production (` Prod` ) mode, i.e., outputs K&D error message.
390
+ production (` Prod` ) mode, i.e., outputs a single-line assertion message.
391
391
392
392
All you need to do is to add ` flag.Parse ` to your ` main` function.
393
393
@@ -528,11 +528,12 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
528
528
### Latest Release
529
529
530
530
##### 0.9.5
531
- - ` flag` package integration:
531
+ - ` flag` package support to set ` err2` and ` assert` package configuration
532
+ - ` err2.Catch ` default mode is to log error
533
+ - cleanup and refactoring, new tests and benchmarks
532
534
533
535
### Upcoming releases
534
536
535
537
##### 0.9.6
536
- - Idea: TODO
537
- - Continue removing unused parts
538
- - More documentation
538
+ - Continue removing unused parts and repairing for 1.0.0 release.
539
+ - Always more and better documentation
You can’t perform that action at this time.
0 commit comments