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

Unified Diff: service/datastore/reflect.go

Issue 1270063002: Rename rawdatastore -> datastore (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: and a bit more 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
« no previous file with comments | « service/datastore/raw_interface.go ('k') | service/datastore/serialize.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/reflect.go
diff --git a/service/rawdatastore/reflect.go b/service/datastore/reflect.go
similarity index 97%
rename from service/rawdatastore/reflect.go
rename to service/datastore/reflect.go
index 93817570ef7223a6c0e4b30f2e221ecdb3b151f9..b7b3521a444b2f8832832705a179ab37341bfffe 100644
--- a/service/rawdatastore/reflect.go
+++ b/service/datastore/reflect.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 (
"reflect"
« no previous file with comments | « service/datastore/raw_interface.go ('k') | service/datastore/serialize.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698