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

Unified Diff: logdog/client/cli/coordinatorSource.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 | « no previous file | logdog/client/cli/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/cli/coordinatorSource.go
diff --git a/logdog/client/cmd/logdog/coordinatorSource.go b/logdog/client/cli/coordinatorSource.go
similarity index 99%
rename from logdog/client/cmd/logdog/coordinatorSource.go
rename to logdog/client/cli/coordinatorSource.go
index 9316ec52df97f4c11c146ab0ec78ab076da55ece..e2d59bd50b90d35938848212f0ed15ac62b57ca8 100644
--- a/logdog/client/cmd/logdog/coordinatorSource.go
+++ b/logdog/client/cli/coordinatorSource.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 | « no previous file | logdog/client/cli/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698