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.
1.7 KiB
1.7 KiB
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.