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

Unified Diff: service/datastore/types.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/serialize_test.go ('k') | service/rawdatastore/checkfilter.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/types.go
diff --git a/service/rawdatastore/types.go b/service/datastore/types.go
similarity index 94%
rename from service/rawdatastore/types.go
rename to service/datastore/types.go
index 42c127af0c6fcd37ca0e5c3b37ed28016ab8d517..d882851faaf08a767a97a2814729c2765f5ce746 100644
--- a/service/rawdatastore/types.go
+++ b/service/datastore/types.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 (
"fmt"
@@ -14,7 +14,7 @@ type ByteString []byte
// GeoPoint represents a location as latitude/longitude in degrees.
//
// You probably shouldn't use these, but their inclusion here is so that the
-// RawDatastore can interact (and round-trip) correctly with other datastore API
+// Datastore can interact (and round-trip) correctly with other datastore API
// implementations.
type GeoPoint struct {
Lat, Lng float64
« no previous file with comments | « service/datastore/serialize_test.go ('k') | service/rawdatastore/checkfilter.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698