Skip to content

Commit 4640f46

Browse files
committed
finalizing
1 parent 7a823fb commit 4640f46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ func CopyFile(src, dst string) (err error) {
5353
- [Background](#background)
5454
- [Learnings by so far](#learnings-by-so-far)
5555
- [Support And Contributions](#support-and-contributions)
56-
- [Roadmap](#roadmap)
56+
- [History](#history)
5757

5858

5959
## Structure
@@ -301,7 +301,8 @@ For more information see the examples in the documentation of both functions.
301301
302302
The `assert` package is meant to be used for *design-by-contract-* type of
303303
development where you set pre- and post-conditions for *all* of your functions,
304-
*including test functions*. These asserts are as fast as if-statements.
304+
*including test functions*. These asserts are as fast as if-statements when not
305+
triggered.
305306
306307
> [!IMPORTANT]
307308
> It works *both runtime and for tests.* And even better, same asserts work in
@@ -600,7 +601,7 @@ did transit to official mode. Currently we offer support by GitHub Issues and
600601
Discussions. Naturally, we appreciate all feedback and contributions are
601602
very welcome!
602603
603-
## Roadmap
604+
## History
604605
605606
Please see the full version history from [CHANGELOG](./CHANGELOG.md).
606607
@@ -615,5 +616,5 @@ Please see the full version history from [CHANGELOG](./CHANGELOG.md).
615616
- all assert messages follow Go idiom: `got, want`
616617
- `Asserter` can be set per goroutine: `PushAsserter`
617618
- `try` package:
618-
- new check functions: `T`, `T1`, `T2`, `T3`, for quick refactoring to annotate an error locally
619+
- new check functions: `T`, `T1`, `T2`, `T3`, for quick refactoring from `To` functions to annotate an error locally
619620
- **all functions are inline expansed**: if-statement equal performance

0 commit comments

Comments
 (0)