| 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]
|
|
|