blob: 50e8c0661cbb1fe3cd00645b34f4e2ebea11caac [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "shared",
srcs = ["authorization.go"],
importpath = "go.skia.org/infra/perf/go/backend/shared",
visibility = ["//visibility:public"],
deps = ["//go/roles"],
)