mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 14:11:25 +00:00
14 lines
325 B
Python
14 lines
325 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "ubc",
|
|
srcs = [
|
|
"check.go",
|
|
"const.go",
|
|
"doc.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/pjbgf/sha1cd/ubc",
|
|
importpath = "github.com/pjbgf/sha1cd/ubc",
|
|
visibility = ["//visibility:public"],
|
|
)
|