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

Unified Diff: milo/job_source/buildbucket/builder.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/job_source/buildbucket/buckets.go ('k') | milo/job_source/buildbucket/builder_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/job_source/buildbucket/builder.go
diff --git a/milo/appengine/job_source/buildbucket/builder.go b/milo/job_source/buildbucket/builder.go
similarity index 98%
rename from milo/appengine/job_source/buildbucket/builder.go
rename to milo/job_source/buildbucket/builder.go
index 99b8ab441628d68212572bdbc539da2f2c905d7b..5a5a83ed7c1b8e923f9885b0920c9b2b40813a56 100644
--- a/milo/appengine/job_source/buildbucket/builder.go
+++ b/milo/job_source/buildbucket/builder.go
@@ -27,8 +27,8 @@ import (
"github.com/luci/luci-go/common/sync/parallel"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/common"
- "github.com/luci/luci-go/milo/appengine/common/model"
+ "github.com/luci/luci-go/milo/common"
+ "github.com/luci/luci-go/milo/common/model"
)
// search executes the search request with retries and exponential back-off.
« no previous file with comments | « milo/job_source/buildbucket/buckets.go ('k') | milo/job_source/buildbucket/builder_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698