Skip to content

Commit

Permalink
Merge pull request #277 from jhvhs/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joefitzgerald authored Feb 14, 2024
2 parents e1e8fb9 + e23038e commit 464d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Typically, `counterfeiter` is used in `go generate` directives. It can be frustr

#### Step 1 - Create `tools.go`

You can take a dependency on tools by creating a `tools.go` file, as described in [How can I track tool dependencies for a module?](https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module). This ensures that everyone working with your module is using the same version of each tool you use.
You can take a dependency on tools by creating a `tools.go` file, as described in [How can I track tool dependencies for a module?](https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module). This ensures that everyone working with your module is using the same version of each tool you use.

```shell
$ cat tools/tools.go
Expand Down

0 comments on commit 464d549

Please sign in to comment.