Call for testing: Gogland EAP

Description
Gogland is a Go IDE from JetBrains, based on their IDEA platform. Gogland is currently in early access and installing via snap will mean you get all the updates without having to manually install each one.

How to install
sudo snap install gogland

Requested Setups
Please test using your day-to-day workflow for Go development.

3 Likes

Hey there. Just giving this a go, combined with the golang snap as well. One issue I ran into is the fact that when creating a new project, I cannot select the SDK. Is this known? Or is there a work around? I suspect it is because the GOROOT is /snap/bin. I also tried targeting /snap/go/current/bin as well.

Both options end up with:

The selected directory is not a valid home for Go SDK

EDIT - Additional observations

  • If I symlink /snap/go/current/bin/{go,gofmt} over to something like /usr/local/bin, then I can select the SDK.