Files
gvisor/tools/bigquery/BUILD
T
Zach Koopmans e36eccc4b1 BigQuery schema for benchmark-tools dashboard.
PiperOrigin-RevId: 303805784
2020-03-30 13:05:45 -07:00

11 lines
222 B
Python

load("//tools:defs.bzl", "go_library")
package(licenses = ["notice"])
go_library(
name = "bigquery",
testonly = 1,
srcs = ["bigquery.go"],
deps = ["@com_google_cloud_go_bigquery//:go_default_library"],
)