Skip to content

Commit 6e30799

Browse files
committed
Fixed exclude test using wrong package
1 parent 196a352 commit 6e30799

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mockgen/internal/tests/exclude/interfaces.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package exclude
22

3-
//go:generate mockgen -source=interfaces.go -destination=mock.go -package=ignore -exclude_interfaces=IgnoreMe,IgnoreMe2
3+
//go:generate mockgen -source=interfaces.go -destination=mock.go -package=exclude -exclude_interfaces=IgnoreMe,IgnoreMe2
44

55
type IgnoreMe interface {
66
A() bool

mockgen/internal/tests/exclude/mock.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)