minor tweaks

This commit is contained in:
Mat Ryer
2016-10-14 10:57:57 +01:00
parent 8d341091de
commit 4741efe1e6
3 changed files with 3 additions and 1 deletions

View File

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