我的go安装在/usr/local/go 下面
运行go env 显示
go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH=""
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
`在webstorm下面 运行hello world以后提示
warning: GOPATH set to GOROOT (/usr/local/go) has no effect
Hello world;
每次都有这个提示 怎么解决
gopath 设置一下,并且不要和 goroot 设置成同一个目录