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