diff options
| author | Jeff Grafton <jgrafton@google.com> | 2016-12-01 14:31:12 -0800 |
|---|---|---|
| committer | Jeff Grafton <jgrafton@google.com> | 2016-12-01 14:31:12 -0800 |
| commit | 177a4e974a4dfe04ec35d2eafed0e2532bd6f244 (patch) | |
| tree | 18269b4a633c785b3179e40825b1de442e8c7392 | |
| parent | 148fff443dcab5f673b5e90c1e461c328e4b0373 (diff) | |
No need to go get go-bindata
| -rw-r--r-- | contributors/devel/development.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 1349e003..8248839e 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -56,11 +56,10 @@ source control system). Use `apt-get install mercurial` or `yum install mercurial` on Linux, or [brew.sh](http://brew.sh) on OS X, or download directly from mercurial. -Install godep and go-bindata (may require sudo): +Install godep (may require sudo): ```sh go get -u github.com/tools/godep -go get -u github.com/jteeuwen/go-bindata/go-bindata ``` Note: |
