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

Unified Diff: milo/frontend/main.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/index.yaml ('k') | milo/frontend/main_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/main.go
diff --git a/milo/appengine/frontend/main.go b/milo/frontend/main.go
similarity index 86%
rename from milo/appengine/frontend/main.go
rename to milo/frontend/main.go
index d148e354a858077a7cd4f12d4f9a68d029e69c95..5067da721cbaaef3fc27dc8b97acd378856d0f9c 100644
--- a/milo/appengine/frontend/main.go
+++ b/milo/frontend/main.go
@@ -15,13 +15,13 @@ import (
"github.com/luci/luci-go/grpc/grpcmon"
"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/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"
- "github.com/luci/luci-go/milo/appengine/job_source/swarming"
- "github.com/luci/luci-go/milo/appengine/rpc"
+ "github.com/luci/luci-go/milo/common"
+ "github.com/luci/luci-go/milo/frontend/console"
+ "github.com/luci/luci-go/milo/job_source/buildbot"
+ "github.com/luci/luci-go/milo/job_source/buildbucket"
+ "github.com/luci/luci-go/milo/job_source/raw_presentation"
+ "github.com/luci/luci-go/milo/job_source/swarming"
+ "github.com/luci/luci-go/milo/rpc"
"github.com/luci/luci-go/server/router"
)
« no previous file with comments | « milo/frontend/index.yaml ('k') | milo/frontend/main_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698