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

Unified Diff: impl/cloud/datastore.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 | « impl/cloud/context.go ('k') | impl/cloud/datastore_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/cloud/datastore.go
diff --git a/impl/cloud/datastore.go b/impl/cloud/datastore.go
index f646aef01b20b484fe0541fb1865749ce51463c5..c3a0b9b1f1181110c754b14154dcfc7678a0b9d1 100644
--- a/impl/cloud/datastore.go
+++ b/impl/cloud/datastore.go
@@ -12,9 +12,9 @@ import (
"github.com/luci/luci-go/common/errors"
+ "cloud.google.com/go/datastore"
ds "github.com/luci/gae/service/datastore"
infoS "github.com/luci/gae/service/info"
- "google.golang.org/cloud/datastore"
"golang.org/x/net/context"
)
« no previous file with comments | « impl/cloud/context.go ('k') | impl/cloud/datastore_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698