Skip to content

Commit

Permalink
Update readme to deprecate http and include available packages
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ray authored and georgelesica-wf committed Jan 3, 2019
1 parent 1ecda49 commit ffdc059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -287,8 +287,10 @@ To install Testify, use `go get`:
This will then make the following packages available to you:

github.com/stretchr/testify/assert
github.com/stretchr/testify/require
github.com/stretchr/testify/mock
github.com/stretchr/testify/http
github.com/stretchr/testify/suite
github.com/stretchr/testify/http (deprecated)

Import the `testify/assert` package into your code using this template:

Expand Down

0 comments on commit ffdc059

Please sign in to comment.