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
`go install` install binaries either in `$GOBIN` or
`$GOPATH/bin`. This means, you can do a `go install` and *hard code*
`$GOPATH/bin` to find the installed binaries.
As, in any case, this folder is usually in the `$PATH`, we can just
rely on that.
Signed-off-by: Vincent Demeester <[email protected]>
0 commit comments