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

Unified Diff: milo/frontend/frontpage.go

Issue 2949783002: [milo] appengine/* -> * (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/frontend/expectations/swarming.log-Basic_log.html ('k') | milo/frontend/index.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/frontpage.go
diff --git a/milo/appengine/frontend/frontpage.go b/milo/frontend/frontpage.go
similarity index 90%
rename from milo/appengine/frontend/frontpage.go
rename to milo/frontend/frontpage.go
index 88f1acacf4898c4c3e3f958cf44ea5a3d6014034..139a5f24a54f570096e590ba68ee7ea81b333e8b 100644
--- a/milo/appengine/frontend/frontpage.go
+++ b/milo/frontend/frontpage.go
@@ -10,9 +10,9 @@ import (
"github.com/luci/luci-go/common/sync/parallel"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/common"
- "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/common"
+ "github.com/luci/luci-go/milo/job_source/buildbot"
+ "github.com/luci/luci-go/milo/job_source/buildbucket"
)
func frontpageHandler(c *router.Context) {
« no previous file with comments | « milo/frontend/expectations/swarming.log-Basic_log.html ('k') | milo/frontend/index.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698