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

Unified Diff: milo/appengine/frontend/main.go

Issue 2951683002: [milo] console -> frontend/console (Closed)
Patch Set: rebase Created 3 years, 6 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 | « milo/appengine/frontend/console/html_data.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/main.go
diff --git a/milo/appengine/frontend/main.go b/milo/appengine/frontend/main.go
index 2096a00c8be7d929745f992cfd036ee193fc854f..d148e354a858077a7cd4f12d4f9a68d029e69c95 100644
--- a/milo/appengine/frontend/main.go
+++ b/milo/appengine/frontend/main.go
@@ -16,7 +16,7 @@ import (
"github.com/luci/luci-go/grpc/prpc"
milo "github.com/luci/luci-go/milo/api/proto"
"github.com/luci/luci-go/milo/appengine/common"
- "github.com/luci/luci-go/milo/appengine/console"
+ "github.com/luci/luci-go/milo/appengine/frontend/console"
"github.com/luci/luci-go/milo/appengine/job_source/buildbot"
"github.com/luci/luci-go/milo/appengine/job_source/buildbucket"
"github.com/luci/luci-go/milo/appengine/job_source/raw_presentation"
« no previous file with comments | « milo/appengine/frontend/console/html_data.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698