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

Unified Diff: logdog/client/cli/subcommandCat.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 | « logdog/client/butler/bundler/bundler.go ('k') | logdog/client/cli/subcommandList.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cli/subcommandCat.go
diff --git a/logdog/client/cli/subcommandCat.go b/logdog/client/cli/subcommandCat.go
index 9f61787e42377039cd850edc09f8ca58f20c731e..7f8ca0ac72c6ed0a8dc5295e765f005a233a5eb3 100644
--- a/logdog/client/cli/subcommandCat.go
+++ b/logdog/client/cli/subcommandCat.go
@@ -9,7 +9,6 @@ import (
"io"
"os"
- "github.com/golang/protobuf/proto"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/common/proto/milo"
"github.com/luci/luci-go/logdog/api/logpb"
@@ -19,6 +18,7 @@ import (
"github.com/luci/luci-go/logdog/common/types"
"github.com/luci/luci-go/luci_config/common/cfgtypes"
+ "github.com/golang/protobuf/proto"
"github.com/maruel/subcommands"
"golang.org/x/net/context"
)
« no previous file with comments | « logdog/client/butler/bundler/bundler.go ('k') | logdog/client/cli/subcommandList.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698