blob: 70026d5a13b22c188cfe2415ee628fff398e8544 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "alerts",
srcs = ["alerts.go"],
importpath = "go.skia.org/infra/go/alerts",
visibility = ["//visibility:public"],
)