On Sat, 23 Mar 2019 at 05:40, lichtenberger_rico@web.de wrote:
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.“
Can you compile and run the file from the command line? If not it looks like you don't have the go compiler installed so you need to install it. If it doesn't work from the command line it won't work from Geany.
Cheers Lex
What must I do, that I can use „go“ in geany?
Thank you,
Rico
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users