This package provides:
- definitions@0.1.0
- outline-view@0.1.0
- find-references@0.1.0
- code-format.file@0.1.0
- autocomplete.provider@2.0.0
This package consumes:
Go language support for Atom-IDE. Since ide-golang is till in early stage, if you happen to experience any problem, please don't hesitate to file an issue here.

gocode)goimports)go-outline)guru)guru)gogetdoc)golint)First, make sure you have Atom 1.19+ installed. Install atom-ide-ui from "Install" in Atom's settings or run:
apm install atom-ide-ui
Then, install ide-golang from "Install" in Atom's settings or run:
apm install ide-golang
You probably need to install some golang tools:
go get -u golang.org/x/tools/cmd/goimports
go get -u github.com/nsf/gocode
go get -u github.com/zmb3/gogetdoc
go get -u golang.org/x/tools/cmd/guru
go get -u github.com/ramya-rao-a/go-outline
go get -u golang.org/x/lint/golint
See LICENSE file