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

Unified Diff: service/datastore/invertible.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/invertible.go
diff --git a/service/rawdatastore/invertible.go b/service/datastore/invertible.go
similarity index 99%
rename from service/rawdatastore/invertible.go
rename to service/datastore/invertible.go
index c8b40b148596aeb8c4ed6d5667cc56a525401a79..c9707995cfbe41970af5322337dc2637ad177f5b 100644
--- a/service/rawdatastore/invertible.go
+++ b/service/datastore/invertible.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package rawdatastore
+package datastore
import (
"bytes"

Powered by Google App Engine
This is Rietveld 408576698