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

Unified Diff: milo/job_source/buildbucket/common.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/common.go
diff --git a/milo/appengine/job_source/buildbucket/common.go b/milo/job_source/buildbucket/common.go
similarity index 98%
rename from milo/appengine/job_source/buildbucket/common.go
rename to milo/job_source/buildbucket/common.go
index bdd7fabf97f8c0cb0117b877c4e22bd1b5454057..de3e7dbea9c212c9af56ec738a2f79e0983c84ac 100644
--- a/milo/appengine/job_source/buildbucket/common.go
+++ b/milo/job_source/buildbucket/common.go
@@ -15,7 +15,7 @@ import (
"github.com/luci/luci-go/common/api/buildbucket/buildbucket/v1"
"github.com/luci/luci-go/common/api/buildbucket/swarmbucket/v1"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/common/model"
+ "github.com/luci/luci-go/milo/common/model"
"github.com/luci/luci-go/server/auth"
)

Powered by Google App Engine
This is Rietveld 408576698