Go GOPATH
Contents
Setting GOPATH
The GOPATH
is where external modules installed with go get
are stored.
GOPATH
In
GoLand
, you can set GOAPTH
for each modules in Settings > Go > GOPATH
.