Rename go files under command group dir (#245)

- Files under service dir
- Files under revision dir
- Files under plugin dir

[issue 229](https://github.com/knative/client/issues/229)
This commit is contained in:
Gong Zhang 2019-09-06 15:13:03 +08:00 committed by Knative Prow Robot
parent b649b72694
commit a607b16b0c
30 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import (
func TestServiceListFlags(t *testing.T) {
var cmd *cobra.Command
t.Run("adds service list flag", func(t *testing.T) {
t.Run("verify service list flags", func(t *testing.T) {
serviceListFlags := NewServiceListFlags()
cmd = &cobra.Command{}