[Geany-Users] go in geany is not working

Lex Trotman elextr at xxxxx
Fri Mar 22 22:04:34 UTC 2019


On Sat, 23 Mar 2019 at 05:40, <lichtenberger_rico at 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 at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users


More information about the Users mailing list