4
0
Fork 0
mirror of https://github.com/rocky-linux/peridot.git synced 2025-01-03 07:40:55 +00:00
peridot/vendor/github.com/VividCortex/ewma/BUILD.bazel

10 lines
272 B
Text
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "ewma",
srcs = ["ewma.go"],
importmap = "peridot.resf.org/vendor/github.com/VividCortex/ewma",
importpath = "github.com/VividCortex/ewma",
visibility = ["//visibility:public"],
)