blob: 44832a3d99bfdef243f61ae0ddbf93fb37c71ab4 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "schema",
srcs = ["schema.go"],
importpath = "go.skia.org/infra/perf/go/graphsshortcut/graphsshortcutstore/schema",
visibility = ["//visibility:public"],
)