Merge pull request #197 from ifraixedes/patch-1

Update README.md
pull/209/head
Davide D'Agostino 2015-08-26 11:19:16 -07:00
commit 91dbff64c7
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ func TestSomething(t *testing.T) {
}
```
`require` package
-------------------------------------------------------------------------------------------
[`require`](http://godoc.org/github.com/stretchr/testify/require "API documentation") package
---------------------------------------------------------------------------------------------
The `require` package provides same global functions as the `assert` package, but instead of returning a boolean result they terminate current test.