Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Install builder-go To Build Your Source And Keep gocode Up To Date
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald committed Mar 24, 2016
1 parent 036c2a0 commit 69f80c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This package adds extra functionality to Atom for the go language by installing

* [autocomplete-go](https://atom.io/packages/autocomplete-go): Autocomplete using `gocode`
* [gofmt](https://atom.io/packages/gofmt): Formatting source using `gofmt`, `goimports`, or `goreturns`
* [builder-go](https://atom.io/packages/builder-go): Run `go install .` and `go test -c -o {tempdir} .` to verify your code can compile and to keep gocode suggestions up to date
* [gometalinter-linter](https://atom.io/packages/gometalinter-linter): Run a variety of linters (e.g. `golint`, `vet`, `gotype`, etc.) against your code
* [navigator-godef](https://atom.io/packages/navigator-godef): Go to definition using `godef`
* [tester-go](https://atom.io/packages/tester-go): Display test coverage using `go test -coverprofile`
Expand All @@ -34,6 +35,7 @@ If you are missing any required tools, you may be prompted by [go-get](https://a

* [`runtime detection`](https://github.com/joefitzgerald/go-config): [create issue](https://github.com/joefitzgerald/go-config/issues/new)
* [`autocompletion / gocode`](https://github.com/joefitzgerald/autocomplete-go): [create issue](https://github.com/joefitzgerald/autocomplete-go/issues/new)
* [`building`](https://github.com/joefitzgerald/builder-go): [create issue](https://github.com/joefitzgerald/builder-go/issues/new)
* [`linting / gometalinter`](https://github.com/joefitzgerald/gometalinter-linter): [create issue](https://github.com/joefitzgerald/gometalinter-linter/issues/new)
* [`gofmt / goimports / goreturns`](https://github.com/joefitzgerald/gofmt): [create issue](https://github.com/joefitzgerald/gofmt/issues/new)
* [`go to definition / godef`](https://github.com/joefitzgerald/navigator-godef): [create issue](https://github.com/joefitzgerald/navigator-godef/issues/new)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"navigator-godef",
"gofmt",
"tester-go",
"gorename"
"gorename",
"builder-go"
],
"configSchema": {},
"standard": {
Expand Down

0 comments on commit 69f80c9

Please sign in to comment.