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

Unified Diff: milo/appengine/frontend/buildbot_data.go

Issue 2944983003: [milo] {buildbucket,buildbot,swarming,logdog} -> backends/*. (Closed)
Patch Set: 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/frontend/buildbot_data.go
diff --git a/milo/appengine/frontend/buildbot_data.go b/milo/appengine/frontend/buildbot_data.go
index 20d66cac80ecb5392f290a9ea364195f15c8a70c..17f5e10ebbf76c7a286aa10c0d4687f4b5123a66 100644
--- a/milo/appengine/frontend/buildbot_data.go
+++ b/milo/appengine/frontend/buildbot_data.go
@@ -10,7 +10,7 @@ import (
"github.com/luci/gae/impl/memory"
"github.com/luci/luci-go/common/clock/testclock"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/buildbot"
+ "github.com/luci/luci-go/milo/appengine/backends/buildbot"
"github.com/luci/luci-go/milo/appengine/common"
"github.com/luci/luci-go/server/templates"
"golang.org/x/net/context"

Powered by Google App Engine
This is Rietveld 408576698