Update CONTRIBUTING.md

fix git clone example, excluding the protocol results in an error `fatal: repository 'github.com/digitalocean/godo' does not exist`
This commit is contained in:
Mendy Danzinger 2019-09-30 15:20:12 -04:00 committed by GitHub
parent 1f632d37f6
commit 612722619c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ go get -u github.com/stretchr/testify/assert
If outside `$GOPATH`, just clone the repository:
```sh
git clone github.com/digitalocean/godo
git clone https://github.com/digitalocean/godo
```
## Running tests