Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from netroby/pr/pr-install-deps
Browse files Browse the repository at this point in the history
Update readme, put install deps all together
  • Loading branch information
lukehoban committed Nov 20, 2015
2 parents 7e3e959 + 5587b3d commit 8bddf90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,16 @@ The extension uses the following tools, installed in the current GOPATH. If any
- goreturns: `go get -u -v sourcegraph.com/sqs/goreturns`
- gorename: `go get -u -v golang.org/x/tools/cmd/gorename`

To install them just paste and run
```bash
go get -u -v github.com/nsf/gocode
go get -u -v github.com/rogpeppe/godef
go get -u -v github.com/golang/lint/golint
go get -u -v github.com/lukehoban/go-find-references
go get -u -v sourcegraph.com/sqs/goreturns
go get -u -v golang.org/x/tools/cmd/gorename
```

And for debugging:

- delve: Follow the instructions at https://github.com/derekparker/delve/wiki/Building.
Expand Down

0 comments on commit 8bddf90

Please sign in to comment.