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

Unified Diff: milo/job_source/buildbucket/html.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
Index: milo/job_source/buildbucket/html.go
diff --git a/milo/appengine/job_source/buildbucket/html.go b/milo/job_source/buildbucket/html.go
similarity index 96%
rename from milo/appengine/job_source/buildbucket/html.go
rename to milo/job_source/buildbucket/html.go
index 8cb382f88e37a22899d3c64d07acb1e51cd08d56..37d0f8878f078b6d614bf7588f20edbab48fcf18 100644
--- a/milo/appengine/job_source/buildbucket/html.go
+++ b/milo/job_source/buildbucket/html.go
@@ -11,7 +11,7 @@ import (
"golang.org/x/net/context"
"github.com/julienschmidt/httprouter"
- "github.com/luci/luci-go/milo/appengine/common"
+ "github.com/luci/luci-go/milo/common"
"github.com/luci/luci-go/server/router"
"github.com/luci/luci-go/server/templates"
)

Powered by Google App Engine
This is Rietveld 408576698