Fix vet-go.sh and some things it complained about

This commit is contained in:
Daniel Smith
2014-10-15 11:56:19 -07:00
parent 68a784439b
commit d4c750a878
4 changed files with 5 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ func TestResourceVersioner(t *testing.T) {
t.Fatalf("unexpected error: %v", err)
}
if version != "10" {
t.Errorf("unexpected version %d", version)
t.Errorf("unexpected version %v", version)
}
}