Merge pull request #118 from hongchaodeng/patch-1

INSTALL.md: fix link to dep
This commit is contained in:
Daniel Smith 2017-02-17 13:23:29 -08:00 committed by GitHub
commit 88caeea7ea

View File

@ -42,7 +42,7 @@ for each follows.
### Dep ### Dep
[dep](github.com/golang/dep) is an up-and-coming dependency management tool, [dep](https://github.com/golang/dep) is an up-and-coming dependency management tool,
which has the goal of being accepted as part of the standard go toolchain. It which has the goal of being accepted as part of the standard go toolchain. It
is currently pre-alpha. However, it comes the closest to working easily out of is currently pre-alpha. However, it comes the closest to working easily out of
the box. the box.