internal import of Go cloud client libraries

PiperOrigin-RevId: 372376653
This commit is contained in:
gVisor bot 2021-05-06 10:45:57 -07:00
parent 9f33fe64f2
commit f1afd9e1ad
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ go_library(
name = "bigquery",
testonly = 1,
srcs = ["bigquery.go"],
nogo = False, # FIXME(b/184974218): Analysis failing for cloud libraries.
visibility = [
"//:sandbox",
],