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

Unified Diff: milo/appengine/console/console.go

Issue 2944153003: [milo] common/config -> api/config (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
« no previous file with comments | « milo/appengine/common/config.go ('k') | milo/common/config/generate.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/console/console.go
diff --git a/milo/appengine/console/console.go b/milo/appengine/console/console.go
index 5dfb037470472cac2b02e40a61cc71fec6b80dad..638471484cb518900b3a3d54826542fd38c1e3c2 100644
--- a/milo/appengine/console/console.go
+++ b/milo/appengine/console/console.go
@@ -13,12 +13,13 @@ import (
"github.com/luci/luci-go/common/clock"
"github.com/luci/luci-go/common/logging"
+ "github.com/luci/luci-go/server/router"
+
+ "github.com/luci/luci-go/milo/api/config"
"github.com/luci/luci-go/milo/api/resp"
"github.com/luci/luci-go/milo/appengine/backend/git"
"github.com/luci/luci-go/milo/appengine/buildbot"
"github.com/luci/luci-go/milo/appengine/common"
- "github.com/luci/luci-go/milo/common/config"
- "github.com/luci/luci-go/server/router"
)
// Returns results of build[commit_index][builder_index]
« no previous file with comments | « milo/appengine/common/config.go ('k') | milo/common/config/generate.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698