Need some help about go install

Hi jtr109,
Not exactly sure what is causing your timeout issue. However, I think your GOBIN is setup incorrectly. I believe it should be:

GOBIN=$GOPATH/bin

For example, here is my GOPATH and GOBIN:

GOBIN="/home/andrew/go-workspace/bin"

GOPATH="/home/andrew/go-workspace"

Reference: https://golang.org/cmd/go/#hdr-GOPATH_environment_variable

1 Like