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

Unified Diff: service/datastore/key.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, 5 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: service/datastore/key.go
diff --git a/service/rawdatastore/datastore_key.go b/service/datastore/key.go
similarity index 98%
rename from service/rawdatastore/datastore_key.go
rename to service/datastore/key.go
index c9e74dd8e35c68679e99e083ecb63e24a91928f8..0e588754b8af7f2af8fbf6601d28f60d28282282 100644
--- a/service/rawdatastore/datastore_key.go
+++ b/service/datastore/key.go
@@ -4,7 +4,7 @@
// adapted from github.com/golang/appengine/datastore
-package rawdatastore
+package datastore
import (
"bytes"
@@ -13,7 +13,7 @@ import (
"strconv"
"strings"
- pb "github.com/luci/gae/service/rawdatastore/internal/protos/datastore"
+ pb "github.com/luci/gae/service/datastore/internal/protos/datastore"
"github.com/golang/protobuf/proto"
)

Powered by Google App Engine
This is Rietveld 408576698