From 367aaa7a801efdb21a8d08510ca3ed347a9cae13 Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Fri, 4 Jun 2021 15:54:37 -0600 Subject: [PATCH] fix typo in README --- 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).