Added missing test package for empty interface mocking
This commit is contained in:
parent
d17151fc4e
commit
a2671b9bfc
4
pkg/moq/testpackages/emptyinterface/empty.go
Normal file
4
pkg/moq/testpackages/emptyinterface/empty.go
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
package emptyinterface
|
||||||
|
|
||||||
|
// Empty is an empty interface
|
||||||
|
type Empty interface{}
|
Loading…
Reference in New Issue
Block a user