Skip to content

Commit

Permalink
Update examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
almas1992 committed May 15, 2023
1 parent 57df870 commit 425c292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Expand Up @@ -8,7 +8,7 @@ Given this interface:
```go title="string.go"
package example_project

//go:generate --name Stringer
//go:generate mockery --name Stringer
type Stringer interface {
String() string
}
Expand Down

0 comments on commit 425c292

Please sign in to comment.