Why IntelliJ Idea cannot find location of GO SDK?

后端 未结 3 1932
面向向阳花
面向向阳花 2021-02-19 22:02
  1. I downloaded go1.4.darwin-amd64-osx10.8.tar.gz and extract it on my local directory.
  2. Based on what Installing to a custom location says I added GOROOT in env vari
3条回答
  •  醉梦人生
    2021-02-19 22:22

    Please consider using one of the alpha releases for 0.9.16. I believe that alpha7 could be the more stable one rather than alpha9. You can get them from GitHub releases

    The v1.0.0-alpha0 branch is, as the name implies, an alpha release and it's in the early stages of development, that's why there's no release done yet for it as well.

    P.S. I'm one of the contributors to the plugin.

提交回复
热议问题