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

Unified Diff: logdog/client/cli/subcommandList.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/subcommandLatest.go ('k') | logdog/client/cli/subcommandQuery.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cli/subcommandList.go
diff --git a/logdog/client/cmd/logdog/subcommandList.go b/logdog/client/cli/subcommandList.go
similarity index 99%
rename from logdog/client/cmd/logdog/subcommandList.go
rename to logdog/client/cli/subcommandList.go
index 2fac2ad71e3d25dd2e84916f2fd5aa45f777606e..d9e56b101396ff82664238d723dba1b86584c6be 100644
--- a/logdog/client/cmd/logdog/subcommandList.go
+++ b/logdog/client/cli/subcommandList.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 (
"bufio"
« no previous file with comments | « logdog/client/cli/subcommandLatest.go ('k') | logdog/client/cli/subcommandQuery.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698