Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp committed Mar 6, 2023
1 parent d9b8b36 commit 62dcb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ testonly: True # (3)!

1. Generate our mocks next to the original interface
2. Create [expecter methods](/mockery/features/#expecter-structs)
3. Prepend `_test.go` to the filename so the mock object is not packaged
3. Append `_test.go` to the filename so the mock object is not packaged

```bash
$ go generate
Expand Down

0 comments on commit 62dcb4b

Please sign in to comment.