Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Installing mockgen does not get added to path #490

Description

@pickfire

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

  1. GO111MODULE=on go get github.com/golang/mock/mockgen@v1.4.4

Additional Information

  • gomock mode (reflect or source):
  • gomock version or git ref: v1.4.4
  • golang version: go version go1.15.2 linux/amd64

Triage Notes for the Maintainers

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions