> I didn't ask for a language which "requires" an IDE. I simply want to find a decent IDE for use when coding Go.
Depends what you mean by "IDE". There's LiteIDE[1], which fits the more "traditional" idea of an IDE.
I use Sublime Text 2 + GoSublime[2] myself; auto-completes from packages—inc. third party ones installed via `go get`—as well as error detection and integrated `go fmt`.
Depends what you mean by "IDE". There's LiteIDE[1], which fits the more "traditional" idea of an IDE.
I use Sublime Text 2 + GoSublime[2] myself; auto-completes from packages—inc. third party ones installed via `go get`—as well as error detection and integrated `go fmt`.
[1]: https://code.google.com/p/liteide/ [2]: https://github.com/DisposaBoy/GoSublime