mirror of https://github.com/kubernetes/kops.git
17 lines
361 B
Python
17 lines
361 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = [
|
|
"common.go",
|
|
"convert.go",
|
|
"count.go",
|
|
"doc.go",
|
|
"format.go",
|
|
"manipulate.go",
|
|
"translate.go",
|
|
],
|
|
importpath = "github.com/huandu/xstrings",
|
|
visibility = ["//visibility:public"],
|
|
)
|