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

Unified Diff: logdog/client/cli/subcommandCat.go

Issue 2372703005: LogDog: Split CLI tool into package and main. (Closed)
Patch Set: Fix comment. Created 4 years, 3 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/cli/path.go ('k') | logdog/client/cli/subcommandLatest.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/cmd/logdog/subcommandCat.go b/logdog/client/cli/subcommandCat.go
similarity index 99%
rename from logdog/client/cmd/logdog/subcommandCat.go
rename to logdog/client/cli/subcommandCat.go
index a8a8661397d33041de516d2b06e3548e243102ab..7c17436824d70dff39ff253078f5e3e5bcd8a74d 100644
--- a/logdog/client/cmd/logdog/subcommandCat.go
+++ b/logdog/client/cli/subcommandCat.go
@@ -2,7 +2,7 @@
// Use of this source code is governed under the Apache License, Version 2.0
// that can be found in the LICENSE file.
-package main
+package cli
import (
"errors"
« no previous file with comments | « logdog/client/cli/path.go ('k') | logdog/client/cli/subcommandLatest.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698