-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TODO: Isn't handling mocks that contain type aliases very well. Example: ``` type VariadicFunction = func(args1 string, args2 ...interface{}) interface{} ``` The generated mock doesn't have the proper package name qualifier when referring to this alias.
- Loading branch information
1 parent
1f30801
commit b814a32
Showing
57 changed files
with
4,806 additions
and
4,985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
79 changes: 0 additions & 79 deletions
79
mocks/moq/github.com/vektra/mockery/v2/pkg/fixtures/A.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.