mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-07 18:11:31 +00:00
autogenerated
Kubernetes-commit: a05c3c0efdc5822049e34b1a5a1ee259c5fb1906
This commit is contained in:
committed by
Kubernetes Publisher
parent
a1a3cacf90
commit
9a45999fa0
17
third_party/forked/golang/template/BUILD
vendored
Normal file
17
third_party/forked/golang/template/BUILD
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
licenses(["notice"])
|
||||
|
||||
load(
|
||||
"@io_bazel_rules_go//go:def.bzl",
|
||||
"go_library",
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = [
|
||||
"exec.go",
|
||||
"funcs.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
)
|
Reference in New Issue
Block a user