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

Unified Diff: service/datastore/types.go

Issue 1259593005: Add 'user friendly' datastore API. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: more docs 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') | no next file » | 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/datastore/types.go b/service/datastore/types.go
index d882851faaf08a767a97a2814729c2765f5ce746..97bf2eac84202b6e8af3ef55644d6fc1c6842848 100644
--- a/service/datastore/types.go
+++ b/service/datastore/types.go
@@ -14,8 +14,8 @@ 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
-// Datastore can interact (and round-trip) correctly with other datastore API
-// implementations.
+// datastore service can interact (and round-trip) correctly with other
+// datastore API implementations.
type GeoPoint struct {
Lat, Lng float64
}
« no previous file with comments | « service/datastore/reflect.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698