Skip to content

Commit ea377e5

Browse files
committed
doc: update readme
Signed-off-by: ghosind <[email protected]>
1 parent 18331d9 commit ea377e5

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
@@ -164,6 +164,10 @@ func TestExample(t *testing.T) {
164164

165165
> Since v0.1.5
166166
167+
- [`FloatEqual`](https://pkg.go.dev/github.com/ghosind/go-assert#Assertion.FloatEqual) and [`NotFloatEqual`](https://pkg.go.dev/github.com/ghosind/go-assert#Assertion.NotFloatEqual): assert the float value is equal or not.
168+
169+
> Since v1.1.1
170+
167171
### Comparison
168172

169173
- [`Gt`](https://pkg.go.dev/github.com/ghosind/go-assert#Assertion.Gt): assert the first value is greater than the second value.

0 commit comments

Comments
 (0)