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

Unified Diff: filter/dscache/context.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 | « no previous file | filter/dscache/dscache_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/dscache/context.go
diff --git a/filter/dscache/context.go b/filter/dscache/context.go
index 6263e178561e609df61823847fb80e0df444b8c5..8d2ae3b9a7f7dbdf1e85fff04c2328bf40b5996b 100644
--- a/filter/dscache/context.go
+++ b/filter/dscache/context.go
@@ -8,7 +8,7 @@ import (
ds "github.com/luci/gae/service/datastore"
"github.com/luci/gae/service/info"
mc "github.com/luci/gae/service/memcache"
- "github.com/luci/luci-go/common/mathrand"
+ "github.com/luci/luci-go/common/data/rand/mathrand"
"golang.org/x/net/context"
)
« no previous file with comments | « no previous file | filter/dscache/dscache_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698