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

Unified Diff: milo/appengine/console/console.go

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: fix the tests 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/appengine/console/console.go
diff --git a/milo/appengine/console/console.go b/milo/appengine/console/console.go
index 9359eb84f6642376401c715aa2ffa95b37863cdc..11029f710773d06e41b49e3ef9438d3fb7805130 100644
--- a/milo/appengine/console/console.go
+++ b/milo/appengine/console/console.go
@@ -17,9 +17,9 @@ import (
"github.com/luci/luci-go/milo/api/config"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/buildbot"
"github.com/luci/luci-go/milo/appengine/common"
"github.com/luci/luci-go/milo/appengine/common/gitiles"
+ "github.com/luci/luci-go/milo/appengine/job_source/buildbot"
)
// Returns results of build[commit_index][builder_index]

Powered by Google App Engine
This is Rietveld 408576698