mirror of https://github.com/kubernetes/kops.git
14 lines
366 B
Python
14 lines
366 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = [
|
|
"location.go",
|
|
"location_string.go",
|
|
"reflectwalk.go",
|
|
],
|
|
importmap = "k8s.io/kops/vendor/github.com/mitchellh/reflectwalk",
|
|
importpath = "github.com/mitchellh/reflectwalk",
|
|
visibility = ["//visibility:public"],
|
|
)
|