mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
21 lines
540 B
Python
21 lines
540 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "width",
|
|
srcs = [
|
|
"kind_string.go",
|
|
"tables10.0.0.go",
|
|
"tables11.0.0.go",
|
|
"tables12.0.0.go",
|
|
"tables13.0.0.go",
|
|
"tables9.0.0.go",
|
|
"transform.go",
|
|
"trieval.go",
|
|
"width.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/golang.org/x/text/width",
|
|
importpath = "golang.org/x/text/width",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//vendor/golang.org/x/text/transform"],
|
|
)
|