mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-10-31 20:41:22 +00:00
14 lines
326 B
Python
14 lines
326 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "uniseg",
|
|
srcs = [
|
|
"doc.go",
|
|
"grapheme.go",
|
|
"properties.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/rivo/uniseg",
|
|
importpath = "github.com/rivo/uniseg",
|
|
visibility = ["//visibility:public"],
|
|
)
|