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

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

Issue 2937123004: [milo] remove unused code. (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/backend/git/collector.go ('k') | milo/appengine/model/doc.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 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]
« no previous file with comments | « milo/appengine/backend/git/collector.go ('k') | milo/appengine/model/doc.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698