From bb196fcb041b9d9383ef9da0dac6b53b8a127642 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Fri, 4 Jun 2021 15:56:25 -0600 Subject: [PATCH] fix typo in README (#568) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dad8724a..ac2e410e 100644 --- a/README.md +++ b/README.md @@ -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).