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" |
) |