minor tweaks
This commit is contained in:
parent
8d341091de
commit
4741efe1e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ _testmain.go
|
||||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
.vscode
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user