This commit is contained in:
Mat Ryer
2016-08-31 13:05:37 +01:00
parent 5f095748f8
commit 99a46df581
3 changed files with 4 additions and 6 deletions

View File

@@ -2,6 +2,8 @@ package example
import "context"
//go:generate moq PersonStore -out mockpersonstore_test.go
type Person struct {
ID string
Name string