Us go build instead of go install.
Go install places the binaries wherever the GOPATH is set which could be some non related directory. Rather use go build and place the binaries in this directory.
This commit is contained in:
Reference in New Issue
Block a user