mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
8176493bc0
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
10 lines
288 B
Python
10 lines
288 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "quantile",
|
|
srcs = ["stream.go"],
|
|
importmap = "peridot.resf.org/vendor/github.com/beorn7/perks/quantile",
|
|
importpath = "github.com/beorn7/perks/quantile",
|
|
visibility = ["//visibility:public"],
|
|
)
|