Merge pull request #1080 from fervic/patch-1

Add 'golang' to go get URL of Setup instructions
This commit is contained in:
sam boyer 2017-08-29 02:41:01 -04:00 коммит произвёл GitHub
Родитель a8802c0652 94f196ae27
Коммит f373037dd7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -51,7 +51,7 @@ $ brew upgrade dep
If you're interested in hacking on `dep`, you can install via `go get`:
```sh
go get -u github.com/dep/cmd/dep
go get -u github.com/golang/dep/cmd/dep
```
To start managing dependencies using dep, run the following from your project's root directory: