Published
- 1 min read
go install do nothing
The solution for this is noted below
go install do nothing
Solution
// You need to be in yout project
// check if you have an exe in go/bin
ls -l ~/go/bin
// If it's not empty just clean it and install again
go clean -i
go install
Try other methods by searching on the site. That is if this doesn’t work