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

Unified Diff: milo/frontend/main.go

Issue 2953183002: Fix milo deployment (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
Index: milo/frontend/main.go
diff --git a/milo/frontend/main.go b/milo/frontend/main.go
index 6ce8061c9a44becfd4bf5ebafa9b76f5bf0b4441..6aa14894387149ab52c08e0e7d68dfbc9ff9a135 100644
--- a/milo/frontend/main.go
+++ b/milo/frontend/main.go
@@ -30,7 +30,7 @@ func emptyPrelude(c context.Context, methodName string, req proto.Message) (cont
}
// Where it all begins!!!
-func init() {
+func Run() {
// Register plain ol' http handlers.
r := router.New()
gaemiddleware.InstallHandlers(r)

Powered by Google App Engine
This is Rietveld 408576698