| Index: milo/appengine/console/console.go
|
| diff --git a/milo/appengine/console/console.go b/milo/appengine/console/console.go
|
| index 8d3da7f91988e845b232ccb693225365c9c64233..5dfb037470472cac2b02e40a61cc71fec6b80dad 100644
|
| --- a/milo/appengine/console/console.go
|
| +++ b/milo/appengine/console/console.go
|
| @@ -9,6 +9,8 @@ import (
|
| "net/http"
|
| "strings"
|
|
|
| + "golang.org/x/net/context"
|
| +
|
| "github.com/luci/luci-go/common/clock"
|
| "github.com/luci/luci-go/common/logging"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| @@ -17,7 +19,6 @@ import (
|
| "github.com/luci/luci-go/milo/appengine/common"
|
| "github.com/luci/luci-go/milo/common/config"
|
| "github.com/luci/luci-go/server/router"
|
| - "golang.org/x/net/context"
|
| )
|
|
|
| // Returns results of build[commit_index][builder_index]
|
|
|