ingress-nginx-helm/vendor/k8s.io/client-go/util/integer/BUILD

23 lines
398 B
Python
Raw Normal View History

2017-05-21 00:11:38 +00:00
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
load(
"@io_bazel_rules_go//go:def.bzl",
"go_library",
"go_test",
)
go_test(
name = "go_default_test",
srcs = ["integer_test.go"],
library = ":go_default_library",
tags = ["automanaged"],
)
go_library(
name = "go_default_library",
srcs = ["integer.go"],
tags = ["automanaged"],
)