Update readme to deprecate http and include available packages

pull/714/head v1.3.0
James Ray 2018-12-04 21:12:43 -05:00 committed by George Lesica
parent 1ecda4918e
commit ffdc059bfe
1 changed files with 3 additions and 1 deletions

View File

@ -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: