commit | 2888211c41e673f0a2a893d38ed62ce03a55a9f4 | [log] [tgz] |
---|---|---|
author | Kevin Burke <kev@inburke.com> | Mon Jan 23 14:08:10 2017 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Jan 23 22:14:31 2017 +0000 |
tree | 3409e4d1e0db246f349e34ca17e59a30186fdb41 | |
parent | 84c3f714d2c608c1738e03208d0fb69333af1cac [diff] |
cmd/buildstats: fix breaking API change in dependency CL https://code-review.googlesource.com/#/c/9567/ unexported bigquery.ValueList, which broke the code in this project. Switch the buildstats code per the suggestion in the linked commit. Fixes golang/go#18764. Change-Id: I55b748f65732d5627d966623cd3b0e73223b16be Reviewed-on: https://go-review.googlesource.com/35572 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>