Closed egimbernat closed 6 years ago
The mockgen need to be installed instead of dowloaded and is necessary to have sudo permissions on default go installation.
sudo go install github.com/golang/mock/mockgen
I can do a pull request if needed
I've updated the instructions but not with sudo. I've never seen sudo needed before. I guess it depends on your setup.
The mockgen need to be installed instead of dowloaded and is necessary to have sudo permissions on default go installation.
sudo go install github.com/golang/mock/mockgen
I can do a pull request if needed