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

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

Issue 1153883002: go: infra/libs/* now live in luci-go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: move the rest too Created 5 years, 7 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/apps/helloworld/app.go ('k') | go/src/infra/gae/libs/meta/eg.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/libs/context/context.go
diff --git a/go/src/infra/gae/libs/context/context.go b/go/src/infra/gae/libs/context/context.go
index db901a8669b4e68e1e31a91bbdae0cca41ac068b..a67c0e2930059a8bc0f85bef7385e0f0958b121a 100644
--- a/go/src/infra/gae/libs/context/context.go
+++ b/go/src/infra/gae/libs/context/context.go
@@ -10,9 +10,8 @@ import (
"appengine"
"appengine/datastore"
+ "github.com/luci/luci-go/common/logging"
"github.com/mjibson/goon"
-
- "infra/libs/logging"
)
/// Kinds + Keys
« no previous file with comments | « go/src/infra/gae/apps/helloworld/app.go ('k') | go/src/infra/gae/libs/meta/eg.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698