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

Unified Diff: milo/rpc/buildinfo.go

Issue 2974793002: [milo] build_source -> buildSource. (Closed)
Patch Set: reupload 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
« no previous file with comments | « milo/frontend/main_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/rpc/buildinfo.go
diff --git a/milo/rpc/buildinfo.go b/milo/rpc/buildinfo.go
index a850a5ab27ee3f0edf89fe50d84a71427294b9af..f9b1dbd8dd69f752e045e2deb9102c3f3c7cca70 100644
--- a/milo/rpc/buildinfo.go
+++ b/milo/rpc/buildinfo.go
@@ -8,8 +8,8 @@ import (
"github.com/luci/luci-go/grpc/grpcutil"
"github.com/luci/luci-go/luci_config/common/cfgtypes"
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/swarming"
+ "github.com/luci/luci-go/milo/buildsource/buildbot"
+ "github.com/luci/luci-go/milo/buildsource/swarming"
"google.golang.org/grpc/codes"
« no previous file with comments | « milo/frontend/main_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698