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

Unified Diff: milo/appengine/rpc/buildinfo.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/rpc/buildinfo.go
diff --git a/milo/appengine/rpc/buildinfo.go b/milo/appengine/rpc/buildinfo.go
index 451873a66ccf829bc5e3eb584ebec606d4069e47..096233fc3a7747e5f52e44208d69da08422fc72c 100644
--- a/milo/appengine/rpc/buildinfo.go
+++ b/milo/appengine/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/appengine/buildbot"
- "github.com/luci/luci-go/milo/appengine/swarming"
+ "github.com/luci/luci-go/milo/appengine/backends/buildbot"
+ "github.com/luci/luci-go/milo/appengine/backends/swarming"
"google.golang.org/grpc/codes"

Powered by Google App Engine
This is Rietveld 408576698