mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
update BUILD files
This commit is contained in:
@@ -13,6 +13,7 @@ go_library(
|
||||
"line_delimiter.go",
|
||||
"strings.go",
|
||||
],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/strings",
|
||||
)
|
||||
|
||||
go_test(
|
||||
@@ -22,6 +23,7 @@ go_test(
|
||||
"line_delimiter_test.go",
|
||||
"strings_test.go",
|
||||
],
|
||||
importpath = "k8s.io/kubernetes/pkg/util/strings",
|
||||
library = ":go_default_library",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user