Chromium Code Reviews| Index: impl/memory/datastore_index_selection.go |
| diff --git a/impl/memory/datastore_index_selection.go b/impl/memory/datastore_index_selection.go |
| index d7dfb6f690deb7d6b6bb4cc7b15cd6371ff60e33..06516d39ff98e841b94725a69042a78772c7bc19 100644 |
| --- a/impl/memory/datastore_index_selection.go |
| +++ b/impl/memory/datastore_index_selection.go |
| @@ -15,6 +15,8 @@ import ( |
| "github.com/luci/luci-go/common/stringset" |
| ) |
| +var bjoin = serialize.Join |
|
Vadim Sh.
2015/09/24 19:06:14
why?
iannucci
2015/09/24 19:43:41
lazy >_<
fixed.
|
| + |
| // reducedQuery contains only the pieces of the query necessary to iterate for |
| // results. |
| // deduplication is applied externally |