GO SDK的位置

huangapple go评论72阅读模式
英文:

Location of GO SDK

问题

我是一个对GO编程语言完全陌生的用户。我已经下载了适用于Ubuntu的最新的GO二进制发行版go1.6.linux-amd64.tar.gz,并开始使用它进行工作。目前,我可以创建简单的GO程序并使用命令行工具进行工作。

我已经下载了适用于GO编程的IDEA IntelliJ 14.1.4插件。在创建项目时,我们需要设置GO的SDK。但是到目前为止,我还没有找到SDK的位置。

GO SDK的位置在哪里?它是否在GO发行版中提供,还是我们需要单独下载?

英文:

I am a totally fresh user to GO programming language. I have downloaded the GO binary distribution go1.6.linux-amd64.tar.gz which is the latest for Ubuntu and started working with it. Currently, I can create simple GO programs and work using command line tools.

I have downloaded the IDEA IntelliJ 14.1.4 plugin for GO programming. When creating a project for this we need to set the SDK of GO. But so far I have been unable to find the SDK.

What is the location of the GO SDK? Is it available within the GO distribution or should we download it separately?

答案1

得分: 2

IDEA插件期望找到“Go SDK”的解压分发位置。

它会检查版本号,并且最近已经更新以支持Go 1.6。更新插件应该可以解决你的问题。

英文:

The IDEA plugin expects the location of the unpacked distribution for the "Go SDK".

It does check the version number and was just recently updated to support Go 1.6. Updating the plugin should fix the issue for you.

huangapple
  • 本文由 发表于 2016年3月3日 17:54:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/35768713.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定