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

Unified Diff: service/datastore/generic_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/generic_key.go
diff --git a/service/rawdatastore/generic_key.go b/service/datastore/generic_key.go
similarity index 99%
rename from service/rawdatastore/generic_key.go
rename to service/datastore/generic_key.go
index d8f814b59739a52ccf88d84be7cb65a7ae8099ec..d776aa0722ca02f1bd673c7aefcaa508d8c0c018 100644
--- a/service/rawdatastore/generic_key.go
+++ b/service/datastore/generic_key.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 (
"encoding/json"

Powered by Google App Engine
This is Rietveld 408576698