Hello,
I want to use Geany for learning „go“ but when I start to test the simple code below
package main
import "fmt"
func main() {
fmt.Println("Hallo Welt")
}
I just get the message „Der Befehl "go" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.“
What must I do, that I can use „go“ in geany?
Thank you,
Rico