moq/pkg/vendor/github.com/matryer/somerepo/yep.go
Lucas Bremgartner b21592468b 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.
2019-01-17 20:20:37 +01:00

5 lines
64 B
Go

package somerepo
// SomeType is some type
type SomeType string