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

Commit

Permalink
Update readme, put install deps all together
Browse files Browse the repository at this point in the history
  • Loading branch information
netroby committed Nov 19, 2015
1 parent b73ee79 commit 5587b3d
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 5587b3d

Please sign in to comment.