Skip to content

Commit

Permalink
added a description of the exclude_interfaces flag to the README (#123)
Browse files Browse the repository at this point in the history
I forgot to do this when I created the last PR
#72
  • Loading branch information
tulzke authored Nov 17, 2023
1 parent 5b48f95 commit 7bf3d91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ It supports the following flags:

- `-typed`: Generate Type-safe 'Return', 'Do', 'DoAndReturn' function. (default false)

- `-exclude_interfaces`: Comma-separated names of interfaces to be excluded

For an example of the use of `mockgen`, see the `sample/` directory. In simple
cases, you will need only the `-source` flag.

Expand Down

0 comments on commit 7bf3d91

Please sign in to comment.