sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel

This commit is contained in:
Kubernetes Publisher
2018-03-27 19:33:26 +00:00
parent 8c8027ca5e
commit b2244ed294
221 changed files with 0 additions and 9399 deletions
-25
View File
@@ -1,25 +0,0 @@
package(default_visibility = ["//visibility:public"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
)
go_library(
name = "go_default_library",
srcs = ["path.go"],
importpath = "k8s.io/code-generator/cmd/client-gen/path",
)
filegroup(
name = "package-srcs",
srcs = glob(["**"]),
tags = ["automanaged"],
visibility = ["//visibility:private"],
)
filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
)