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

Unified Diff: go/src/infra/gae/apps/helloworld/app.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 | « DEPS ('k') | go/src/infra/gae/libs/context/context.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/apps/helloworld/app.go
diff --git a/go/src/infra/gae/apps/helloworld/app.go b/go/src/infra/gae/apps/helloworld/app.go
index c22af975a06981de01230043688a2f5cb9be6676..e6d5394037cb5231288efe6140299a8d0deb72f6 100644
--- a/go/src/infra/gae/apps/helloworld/app.go
+++ b/go/src/infra/gae/apps/helloworld/app.go
@@ -14,8 +14,8 @@ import (
"golang.org/x/net/context"
- "infra/libs/logging"
- "infra/libs/logging/gaelogger"
+ "github.com/luci/luci-go/common/logging"
+ "github.com/luci/luci-go/common/logging/gaelogger"
)
func init() {
« no previous file with comments | « DEPS ('k') | go/src/infra/gae/libs/context/context.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698