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的主要内容,如果未能解决你的问题,请参考以下文章
go环境变量配置 (GOROOT和GOPATH)的区别和含义