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.
Update all generated files with `go generate ./...`. See golang/go#13560 for details.