GOROOT与GOPATH

Posted 王万林 Ben

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GOROOT与GOPATH相关的知识,希望对你有一定的参考价值。

GOROOT与GOPATH

如https://www.jetbrains.com/help/go/configuring-goroot-and-gopath.html所述,

GOROOT is a variable that defines where your Go SDK is located. You do not need to change this variable, unless you plan to use different Go versions.

GOPATH is a variable that defines the root of your workspace.

GOROOT是Go SDK的位置,GOPATH是workspace的根目录。

从Go 1.8开始不需手动设置GOPATH

以上是关于GOROOT与GOPATH的主要内容,如果未能解决你的问题,请参考以下文章

GOPATH 和 GOROOT 的值应该是啥?

go环境变量配置 (GOROOT和GOPATH)的区别和含义

关于GOPATH和GOROOT的区别

go环境变量配置 (GOROOT和GOPATH)

初学者没有搞明白的GOROOT,GOPATH,GOBIN,project目录

go语言笔记——go环境变量goroot是安装了路径和gopath是三方包路径