#Using binary from the terminal?

2 messages · Page 1 of 1 (latest)

ancient niche
#

go install will add it to $GOBIN, which you can add to your PATH

#

GOBIN is $GOPATH/bin by default, and GOPATH is ~/go by default.
You can check these with go env