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

Unified Diff: milo/frontend/frontpage.go

Issue 2974793002: [milo] build_source -> buildSource. (Closed)
Patch Set: Created 3 years, 5 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/frontend/frontpage.go
diff --git a/milo/frontend/frontpage.go b/milo/frontend/frontpage.go
index aa32a5379ca4ad34c61a62233e84e08bfdd7c3d8..af8145bc1c101da2df09e659fd8753524f29e19c 100644
--- a/milo/frontend/frontpage.go
+++ b/milo/frontend/frontpage.go
@@ -10,8 +10,8 @@ import (
"github.com/luci/luci-go/common/sync/parallel"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/build_source/buildbot"
- "github.com/luci/luci-go/milo/build_source/buildbucket"
+ "github.com/luci/luci-go/milo/buildSource/buildbot"
+ "github.com/luci/luci-go/milo/buildSource/buildbucket"
"github.com/luci/luci-go/milo/common"
)

Powered by Google App Engine
This is Rietveld 408576698