kops/vendor/github.com/MakeNowJust/heredoc/BUILD.bazel

10 lines
290 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = ["heredoc.go"],
importmap = "k8s.io/kops/vendor/github.com/MakeNowJust/heredoc",
importpath = "github.com/MakeNowJust/heredoc",
visibility = ["//visibility:public"],
)