improved report card

This commit is contained in:
Mat Ryer
2016-11-06 12:37:55 +00:00
parent 6b7993bc61
commit b76739db6c
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ package generate
//go:generate moq -out generated.go . MyInterface
// MyInterface is a test interface.
type MyInterface interface {
One() bool
Two() int