b21592468b
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.
5 lines
64 B
Go
5 lines
64 B
Go
package somerepo
|
|
|
|
// SomeType is some type
|
|
type SomeType string
|