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

Commit bb196fc

Browse files
authored
fix typo in README (#568)
1 parent 64b0b80 commit bb196fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,6 @@ dependencies there are three workarounds you can choose from:
271271
2. Include an empty import `import _ "github.com/golang/mock/mockgen/model"`.
272272
3. Add `--build_flags=--mod=mod` to your mockgen command.
273273
274-
This error is do to changes in default behavior of the go command in more recent
275-
versions. More details can be found in
274+
This error is due to changes in default behavior of the `go` command in more
275+
recent versions. More details can be found in
276276
[#494](https://github.com/golang/mock/issues/494).

0 commit comments

Comments
 (0)