-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Milestone
Description
What version of Go are you using (go version)?
1.4.2
What operating system and processor architecture are you using?
OS X
What did you do?
I just ran go vet -x
on my package
What did you expect to see?
I'm expecting to see 3 files being checked.
$ go vet -x
/usr/local/Cellar/go/1.4.2/libexec/pkg/tool/darwin_amd64/vet account.go account_test.go postgres.go
What did you see instead?
Only 2 files being checked.