uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
2.13k stars 109 forks source link

Add helpful info to README regarding GOPATH during installation #65

Closed carson-brill closed 6 months ago

carson-brill commented 1 year ago

Requested feature

Why the feature is needed

(Optional) Proposed solution

To ensure it was installed correctly, use:

mockgen -version

If not, make sure your GOPATH/bin is in your PATH. Otherwise add it with:

export PATH=$PATH:$(go env GOPATH)/bin
r-hang commented 1 year ago

@carson-brill, even without push access you should still be able to fork this repository and put up at PR against it. Let us know if you are having issues with this approach.

carson-brill commented 8 months ago

@r-hang ah thank you for clarifying! Opened up the PR now.

kahakai commented 6 months ago

Probably time to close the issue after the PR https://github.com/uber-go/mock/pull/139 is merged.