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
Actual behavior Mockgen was added in ~/src/go/bin/mockgen by installing it with GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4, 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.
To Reproduce Steps to reproduce the behavior
GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4
Actual behavior Mockgen was added in
~/src/go/bin/mockgenby installing it withGO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4, but no warnings were given that~/src/go/binis not part ofPATHenvironment variables.Expected behavior A clear and concise warning should be given to users when installing.
To Reproduce Steps to reproduce the behavior
GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4Additional Information
Triage Notes for the Maintainers