summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-05-06 10:45:57 -0700
committergVisor bot <gvisor-bot@google.com>2021-05-06 10:48:21 -0700
commitf1afd9e1ad7daf798372cc31a0a69de326ecc785 (patch)
tree69d1b0ebaa7fe8ef6e9c551a223c5758418b4926
parent9f33fe64f221de0eb2a290fd54357c954d9f38f8 (diff)
internal import of Go cloud client libraries
PiperOrigin-RevId: 372376653
-rw-r--r--tools/bigquery/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bigquery/BUILD b/tools/bigquery/BUILD
index 81994f954..2b116fe0d 100644
--- a/tools/bigquery/BUILD
+++ b/tools/bigquery/BUILD
@@ -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",
],