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

Unified Diff: impl/memory/taskqueue.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/mail_static_lists.go ('k') | impl/memory/taskqueue_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/taskqueue.go
diff --git a/impl/memory/taskqueue.go b/impl/memory/taskqueue.go
index 7e84c998c529888583483d364ad4dd9010e546df..2ee29fe0dfd392f5a8c0b1e31db351418be9b29c 100644
--- a/impl/memory/taskqueue.go
+++ b/impl/memory/taskqueue.go
@@ -11,8 +11,8 @@ import (
"golang.org/x/net/context"
tq "github.com/luci/gae/service/taskqueue"
+ "github.com/luci/luci-go/common/data/rand/mathrand"
"github.com/luci/luci-go/common/errors"
- "github.com/luci/luci-go/common/mathrand"
)
/////////////////////////////// public functions ///////////////////////////////
« no previous file with comments | « impl/memory/mail_static_lists.go ('k') | impl/memory/taskqueue_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698