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

Unified Diff: go/src/infra/gae/libs/gae/mathrand.go

Issue 1240573002: Reland: Refactor current GAE abstraction library to be free of the SDK* (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: expand coverage range to fit 32bit test expectations Created 5 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 | « go/src/infra/gae/libs/gae/helper/serialize_test.go ('k') | go/src/infra/gae/libs/gae/memcache.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/gae/mathrand.go
diff --git a/go/src/infra/gae/libs/wrapper/mathrand.go b/go/src/infra/gae/libs/gae/mathrand.go
similarity index 96%
rename from go/src/infra/gae/libs/wrapper/mathrand.go
rename to go/src/infra/gae/libs/gae/mathrand.go
index 63fed9be93ed6d3f9078d13b860cd8a1e9c75e00..99c8b2f2998745e037a8e896d83e9ed3ca5e15f9 100644
--- a/go/src/infra/gae/libs/wrapper/mathrand.go
+++ b/go/src/infra/gae/libs/gae/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 wrapper
+package gae
import (
+ "golang.org/x/net/context"
"math/rand"
- "golang.org/x/net/context"
- "infra/libs/clock"
+ "github.com/luci/luci-go/common/clock"
)
// MathRandFactory is the function signature for factory methods compatible with
« no previous file with comments | « go/src/infra/gae/libs/gae/helper/serialize_test.go ('k') | go/src/infra/gae/libs/gae/memcache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698