Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: logdog/common/storage/bigtable/initialize.go

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: logdog/common/storage/bigtable/initialize.go
diff --git a/logdog/common/storage/bigtable/initialize.go b/logdog/common/storage/bigtable/initialize.go
index 6f6b9035524dad0ccdf16fe70d6c06ecdc7f599a..b0d3f9d989a8df7f596e09fae1496c4379db127e 100644
--- a/logdog/common/storage/bigtable/initialize.go
+++ b/logdog/common/storage/bigtable/initialize.go
@@ -8,13 +8,13 @@ import (
"fmt"
"time"
+ "cloud.google.com/go/bigtable"
"github.com/luci/luci-go/common/data/stringset"
"github.com/luci/luci-go/common/errors"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/common/retry"
"github.com/luci/luci-go/logdog/common/storage"
"golang.org/x/net/context"
- "google.golang.org/cloud/bigtable"
)
// DefaultMaxLogAge is the maximum age of a log (7 days).

Powered by Google App Engine
This is Rietveld 408576698