Add static interface implementation check
Add an additional line of code per interface to the generated mock file, which allows the go compiler to statically check if the mock implements the mocked interface.
This commit is contained in:
committed by
Lucas Bremgartner
parent
c4521bcc9d
commit
b21592468b
1
pkg/vendor/github.com/matryer/somerepo/yep.go
generated
vendored
1
pkg/vendor/github.com/matryer/somerepo/yep.go
generated
vendored
@@ -1,3 +1,4 @@
|
||||
package somerepo
|
||||
|
||||
// SomeType is some type
|
||||
type SomeType string
|
||||
|
Reference in New Issue
Block a user