Sign in
skia
/
buildbot
/
refs/heads/main
/
.
/
perf
/
go
/
chromeperf
/
sqlreversekeymapstore
/
schema
/
BUILD.bazel
blob: 51d23ef3c1706ac358766544f0d9cd77b97256d9 [
file
] [
log
] [
blame
] [
edit
]
load
(
"@io_bazel_rules_go//go:def.bzl"
,
"go_library"
)
go_library
(
name
=
"schema"
,
srcs
=
[
"schema.go"
],
importpath
=
"go.skia.org/infra/perf/go/chromeperf/sqlreversekeymapstore/schema"
,
visibility
=
[
"//visibility:public"
],
)