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

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ _testmain.go
*.exe
*.test
*.prof
.vscode

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

View File

@ -19,6 +19,7 @@ func main() {
fmt.Fprintln(os.Stderr, err)
flag.Usage()
os.Exit(1)
}
}()
var (