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

Unified Diff: milo/frontend/main.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/main.go
diff --git a/milo/frontend/main.go b/milo/frontend/main.go
index e6e21e367bd9a770cddb784c1b18181668fc04ea..3616368ac7512ce426397a5fe9fd93e715a46e10 100644
--- a/milo/frontend/main.go
+++ b/milo/frontend/main.go
@@ -15,10 +15,10 @@ import (
"github.com/luci/luci-go/grpc/grpcmon"
"github.com/luci/luci-go/grpc/prpc"
milo "github.com/luci/luci-go/milo/api/proto"
- "github.com/luci/luci-go/milo/build_source/buildbot"
- "github.com/luci/luci-go/milo/build_source/buildbucket"
- "github.com/luci/luci-go/milo/build_source/raw_presentation"
- "github.com/luci/luci-go/milo/build_source/swarming"
+ "github.com/luci/luci-go/milo/buildSource/buildbot"
+ "github.com/luci/luci-go/milo/buildSource/buildbucket"
+ "github.com/luci/luci-go/milo/buildSource/raw_presentation"
+ "github.com/luci/luci-go/milo/buildSource/swarming"
"github.com/luci/luci-go/milo/common"
"github.com/luci/luci-go/milo/frontend/console"
"github.com/luci/luci-go/milo/rpc"

Powered by Google App Engine
This is Rietveld 408576698