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

Unified Diff: milo/logs/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/logs/logs.go ('k') | milo/logs/module-logs.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/logs/main.go
diff --git a/milo/appengine/logs/main.go b/milo/logs/main.go
similarity index 96%
rename from milo/appengine/logs/main.go
rename to milo/logs/main.go
index 2599bea0c9e24ccdaa1e5072c442dcee44afd7f0..2512b0837910cfb325d8d0ecae1f7f12d9ca0b0f 100644
--- a/milo/appengine/logs/main.go
+++ b/milo/logs/main.go
@@ -2,7 +2,7 @@
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
-package main
+package logs
import (
"fmt"
@@ -10,7 +10,7 @@ import (
"net/http"
"strings"
- "github.com/luci/luci-go/milo/appengine/common"
+ "github.com/luci/luci-go/milo/common"
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/router"
)
« no previous file with comments | « milo/logs/logs.go ('k') | milo/logs/module-logs.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698