************ Building Go workspace ************
------- Building Go project: Test-Projekt -------
>> Running: /usr/local/bin/go install -v -gcflags -N -l ./...
with GOPATH: /Users/harty/Documents/workspace_new/Test-Projekt:/Users/harty/Documents/workspace_new/Test-Projekt/src
runtime
go tool: no such tool "6g"
^^^ Terminated, exit code: 3 ^^^
************ Build terminated. ************
This is my src:
package testing
import "fmt"
func main() {
fmt.Println("Hello");
}
Any hint?
thanks
hartmut