mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 14:31:22 +00:00
10 lines
335 B
Python
10 lines
335 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "utf8internal",
|
|
srcs = ["utf8internal.go"],
|
|
importmap = "peridot.resf.org/vendor/golang.org/x/text/internal/utf8internal",
|
|
importpath = "golang.org/x/text/internal/utf8internal",
|
|
visibility = ["//vendor/golang.org/x/text:__subpackages__"],
|
|
)
|