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

Unified Diff: impl/memory/context.go

Issue 1259593005: Add 'user friendly' datastore API. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: 100% coverage of new code Created 5 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: impl/memory/context.go
diff --git a/impl/memory/context.go b/impl/memory/context.go
index ec588e712981c7f08709443eb334348e13f064e0..38796eb5600c45403e86f013f14ccca9b3f84b3d 100644
--- a/impl/memory/context.go
+++ b/impl/memory/context.go
@@ -8,7 +8,7 @@ import (
"errors"
"sync"
- rds "github.com/luci/gae/service/rawdatastore"
+ rds "github.com/luci/gae/service/datastore"
"golang.org/x/net/context"
)

Powered by Google App Engine
This is Rietveld 408576698