blob: bf9b32789eadba4329dd8b9e9a0ac572e417b68d [file] [log] [blame]
load("@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"],
)