minor tweaks
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user