You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the directory where go install installs programs.
What did you see instead?
Nothing at all
More...
$ go help environment
The go command and the tools it invokes consult environment variables
for configuration. If an environment variable is unset, the go command
uses a sensible default setting. To see the effective setting of the
variable <NAME>, run 'go env <NAME>'.
[omitted]
General-purpose environment variables:
[omitted]
GOBIN
The directory where 'go install' will install a command.
[truncated]
$ go env GOBIN
[no output]
$ env | grep GOBIN
[no output]
$ go env GOENV
/home/peter/.config/go/env
$ cat `go env GOENV`
GOPRIVATE=github.com/pebbe/
The text was updated successfully, but these errors were encountered:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
The name of the directory where
go install
installs programs.What did you see instead?
Nothing at all
More...
The text was updated successfully, but these errors were encountered: