Top "Goclipse" questions

GoClipse is an Eclipse plugin that adds IDE functionality to the Eclipse platform for the Go programming language.

How to run a GO project in eclipse with goclipse installed

I have installed goclipse in my eclipse and created a new go project. Now this is what I have: And …

eclipse go goclipse
go tool: no such tool "compile"

I recently started trying go to program some web based applications. At first, everything went fine, until I wanted to …

go goclipse
How to debug Go programs using GoClipse?

Am using Go (go1.3 darwin/amd6) and GoClipse 0.8 on OS X Mavericks... Was having trouble running the Debugger (after setting …

eclipse debugging go gdb goclipse