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

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

Issue 2626433004: Move "common/config" common types into cfgtypes. (Closed)
Patch Set: 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/cli/subcommandCat.go ('k') | logdog/client/cmd/logdog_annotee/link.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/cli/subcommandList.go b/logdog/client/cli/subcommandList.go
index 85324cd8a18d7b12849443cd7c39a69755a28b63..86f7dd430a6f8066ba002629f12e5dcfd1ac7ed6 100644
--- a/logdog/client/cli/subcommandList.go
+++ b/logdog/client/cli/subcommandList.go
@@ -11,10 +11,10 @@ import (
"sort"
"strings"
- "github.com/luci/luci-go/common/config"
log "github.com/luci/luci-go/common/logging"
"github.com/luci/luci-go/logdog/client/coordinator"
"github.com/luci/luci-go/logdog/common/types"
+ "github.com/luci/luci-go/luci_config/common/cfgtypes"
"github.com/maruel/subcommands"
)
@@ -59,7 +59,7 @@ func (cmd *listCommandRun) Run(scApp subcommands.Application, args []string, _ s
arg = strings.TrimSpace(arg)
var (
- project config.ProjectName
+ project cfgtypes.ProjectName
pathBase string
unified bool
)
« no previous file with comments | « logdog/client/cli/subcommandCat.go ('k') | logdog/client/cmd/logdog_annotee/link.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698