Update bazel

This commit is contained in:
Andy Goldstein 2016-10-28 11:08:27 -04:00
parent 72cec547cd
commit e7068751ed

View File

@ -33,3 +33,11 @@ go_library(
"//vendor:k8s.io/gengo/types",
],
)
go_test(
name = "go_default_test",
srcs = ["namer_test.go"],
library = "go_default_library",
tags = ["automanaged"],
deps = [],
)