moq/pkg/moq
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
..
testpackages Add static interface implementation check 2019-01-17 20:20:37 +01:00
moq_test.go Add static interface implementation check 2019-01-17 20:20:37 +01:00
moq.go Add static interface implementation check 2019-01-17 20:20:37 +01:00
template.go Add static interface implementation check 2019-01-17 20:20:37 +01:00