summaryrefslogtreecommitdiffhomepage
path: root/tools/bigquery/BUILD
blob: 2b0062a637a17d80b584c3d083811f4cd819074c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load("//tools:defs.bzl", "go_library")

package(licenses = ["notice"])

go_library(
    name = "bigquery",
    testonly = 1,
    srcs = ["bigquery.go"],
    visibility = [
        "//:sandbox",
    ],
    deps = ["@com_google_cloud_go_bigquery//:go_default_library"],
)