Using Golang in Atom - tooltwist/documentation GitHub Wiki
Atom is a great, free IDE from Github.
It is an open source project, and extremely extensible, and as a result has huge 3rd party support, including for Golang development.
Atom is often preferred for Golang projects, because it can be used with Gulp and other standard web development tools.
Packages
There are a few packages that work well for Golang:
- go-plus integrates Atom with the go compiler, linter and other tools.