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

Unified Diff: impl/cloud/context.go

Issue 2217063003: Update cloud package. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@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
« no previous file with comments | « no previous file | impl/cloud/datastore.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/cloud/context.go
diff --git a/impl/cloud/context.go b/impl/cloud/context.go
index 001f605955a7aea4f507f30919566c4445985b6a..f7525e439f0c62e9eefdab9155ecb83899863360 100644
--- a/impl/cloud/context.go
+++ b/impl/cloud/context.go
@@ -5,7 +5,7 @@
package cloud
import (
- "google.golang.org/cloud/datastore"
+ "cloud.google.com/go/datastore"
"golang.org/x/net/context"
)
« no previous file with comments | « no previous file | impl/cloud/datastore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698