Skip to content

Commit 0323861

Browse files
committed
doc: update readme.
Signed-off-by: ghosind <ghosind@gmail.com>
1 parent 3cce381 commit 0323861

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ func TestExample(t *testing.T) {
232232
233233
### Error Handling
234234

235+
- [`IsError`](https://pkg.go.dev/github.com/ghosind/go-assert#Assertion.IsError) and [`NotIsError`](https://pkg.go.dev/github.com/ghosind/go-assert#Assertion.NotIsError): assert the error matches the target error or not.
236+
237+
> Since v1.1.0
238+
235239
- [`Panic`](https://pkg.go.dev/github.com/ghosind/go-assert#Assertion.Panic) and [`NotPanic`](https://pkg.go.dev/github.com/ghosind/go-assert#Assertion.NotPanic): assert the function will panic or not.
236240

237241
> Since v0.1.0

0 commit comments

Comments
 (0)