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 /////////////////////////////// |