Index: go/src/infra/gae/libs/wrapper/mathrand.go |
diff --git a/go/src/infra/gae/libs/gae/mathrand.go b/go/src/infra/gae/libs/wrapper/mathrand.go |
similarity index 96% |
rename from go/src/infra/gae/libs/gae/mathrand.go |
rename to go/src/infra/gae/libs/wrapper/mathrand.go |
index 99c8b2f2998745e037a8e896d83e9ed3ca5e15f9..63fed9be93ed6d3f9078d13b860cd8a1e9c75e00 100644 |
--- a/go/src/infra/gae/libs/gae/mathrand.go |
+++ b/go/src/infra/gae/libs/wrapper/mathrand.go |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-package gae |
+package wrapper |
import ( |
- "golang.org/x/net/context" |
"math/rand" |
- "github.com/luci/luci-go/common/clock" |
+ "golang.org/x/net/context" |
+ "infra/libs/clock" |
) |
// MathRandFactory is the function signature for factory methods compatible with |