Problems with go extension - I can't runing my code

Hi everyone, sorry for my English, I can’t runing my code in the Project IDX Terminal. When I try to run ‘go run main.go’ they say ‘go is not installed, but available in the following packages, pick one to run it.’. If I choose one, the script run ok, but I don’t want to do that everytimes. And I have go intall into my notebook, the path is ‘C:\Program Files\Go\bin’.

Someone could help me??

Add the go package in your dev/nix file and then rebuild the environment… This way every time the environment starts go will be there…

You can create a go project from idx see how the nix file is configured and use the same configuration

1 Like