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
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Actual behavior Mockgen was added in ~/src/go/bin/mockgen by installing it with GO111MODULE=on go get github.com/golang/mock/[email protected], but no warnings were given that ~/src/go/bin is not part of PATH environment variables.
Expected behavior A clear and concise warning should be given to users when installing.