Merge pull request #184 from stillinbeta/patch-1

Add Testify dependency to CONTRIBUTING.md
This commit is contained in:
Antoine Grondin 2018-11-13 09:45:38 -08:00 committed by GitHub
commit 8f0fd9c1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Assuming your `$GOPATH` is set up according to your desires, run:
```sh
go get github.com/digitalocean/godo
go get -u github.com/stretchr/testify/assert
```
## Running tests