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

Unified Diff: service/datastore/reflect.go

Issue 1336443003: Implement projection queries correctly. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: fix doc Created 5 years, 3 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/reflect.go
diff --git a/service/datastore/reflect.go b/service/datastore/reflect.go
index 16fc67e02ebc5348249a463e9d7e252fb0fbf814..f693bbe444121cde194cd3504d766faeddffa7d9 100644
--- a/service/datastore/reflect.go
+++ b/service/datastore/reflect.go
@@ -14,7 +14,6 @@ import (
var (
typeOfBool = reflect.TypeOf(true)
typeOfBSKey = reflect.TypeOf(blobstore.Key(""))
- typeOfByteString = reflect.TypeOf(ByteString(nil))
typeOfCursorCB = reflect.TypeOf(CursorCB(nil))
typeOfGeoPoint = reflect.TypeOf(GeoPoint{})
typeOfInt64 = reflect.TypeOf(int64(0))

Powered by Google App Engine
This is Rietveld 408576698