Commit e7068751 authored by Andy Goldstein's avatar Andy Goldstein

Update bazel

parent 72cec547
...@@ -33,3 +33,11 @@ go_library( ...@@ -33,3 +33,11 @@ go_library(
"//vendor:k8s.io/gengo/types", "//vendor:k8s.io/gengo/types",
], ],
) )
go_test(
name = "go_default_test",
srcs = ["namer_test.go"],
library = "go_default_library",
tags = ["automanaged"],
deps = [],
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment