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

Unified Diff: service/datastore/serialize.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/reflect.go ('k') | service/datastore/serialize_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/serialize.go
diff --git a/service/rawdatastore/serialize.go b/service/datastore/serialize.go
similarity index 99%
rename from service/rawdatastore/serialize.go
rename to service/datastore/serialize.go
index 8fe3424367ecc6052b33ac5641eb7cac6491124a..f4a0d78a6481190c34ee6b6bea417181ab65e2b6 100644
--- a/service/rawdatastore/serialize.go
+++ b/service/datastore/serialize.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"
« no previous file with comments | « service/datastore/reflect.go ('k') | service/datastore/serialize_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698