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

Unified Diff: milo/appengine/logdog/http.go

Issue 2575383002: Add server/cache support to gaeconfig. (Closed)
Patch Set: Un-collapse. Created 3 years, 11 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/buildbot/pubsub_test.go ('k') | milo/appengine/settings/acl_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/logdog/http.go
diff --git a/milo/appengine/logdog/http.go b/milo/appengine/logdog/http.go
index 491b4c2b418294367d85a764df293de12dc15ed3..bdabbda019968d3abdc00b7ad3a5c0fcbb14cf6f 100644
--- a/milo/appengine/logdog/http.go
+++ b/milo/appengine/logdog/http.go
@@ -8,7 +8,6 @@ import (
"net/http"
"strings"
- "github.com/julienschmidt/httprouter"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/grpc/prpc"
"github.com/luci/luci-go/logdog/client/coordinator"
@@ -19,6 +18,7 @@ import (
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/templates"
+ "github.com/julienschmidt/httprouter"
"golang.org/x/net/context"
)
« no previous file with comments | « milo/appengine/buildbot/pubsub_test.go ('k') | milo/appengine/settings/acl_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698