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

Unified Diff: service/datastore/query.go

Issue 2192003003: GAE CL for luci-go common refactor (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Created 4 years, 5 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 | « impl/memory/testing_utils_test.go ('k') | service/datastore/query_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/query.go
diff --git a/service/datastore/query.go b/service/datastore/query.go
index 08ae6e17597393777fae4f0a3350c0093f049018..35756f7a7cbcc7da449d6e21be1283b10a7ce1d5 100644
--- a/service/datastore/query.go
+++ b/service/datastore/query.go
@@ -11,8 +11,8 @@ import (
"strings"
"sync"
+ "github.com/luci/luci-go/common/data/stringset"
"github.com/luci/luci-go/common/errors"
- "github.com/luci/luci-go/common/stringset"
)
var (
« no previous file with comments | « impl/memory/testing_utils_test.go ('k') | service/datastore/query_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698