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

Commit

Permalink
fix typo in README (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jun 4, 2021
1 parent 64b0b80 commit bb196fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -271,6 +271,6 @@ dependencies there are three workarounds you can choose from:
2. Include an empty import `import _ "github.com/golang/mock/mockgen/model"`.
3. Add `--build_flags=--mod=mod` to your mockgen command.
This error is do to changes in default behavior of the go command in more recent
versions. More details can be found in
This error is due to changes in default behavior of the `go` command in more
recent versions. More details can be found in
[#494](https://github.com/golang/mock/issues/494).

0 comments on commit bb196fc

Please sign in to comment.