summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2015-07-10 20:18:20 +0000
committerBrian Cully <bjc@kublai.com>2015-07-10 20:18:20 +0000
commit17d71eaa18bfeb07fab78ac13b1c4fca8379a6d0 (patch)
tree8563961a34994e5862d4680dbd897d5955a3b70c
parent16815048d2f7f770a454597a39838e63014132f2 (diff)
downloadgoctl-17d71eaa18bfeb07fab78ac13b1c4fca8379a6d0.tar.gz
goctl-17d71eaa18bfeb07fab78ac13b1c4fca8379a6d0.zip
Rename cmd modules.
-rw-r--r--help.go (renamed from cmd_help.go)0
-rw-r--r--help_test.go (renamed from cmd_help_test.go)0
-rw-r--r--pid.go (renamed from cmd_pid.go)0
-rw-r--r--pid_test.go (renamed from cmd_pid_test.go)0
-rw-r--r--ping.go (renamed from cmd_ping.go)0
-rw-r--r--ping_test.go (renamed from cmd_ping_test.go)0
6 files changed, 0 insertions, 0 deletions
diff --git a/cmd_help.go b/help.go
index b14471c..b14471c 100644
--- a/cmd_help.go
+++ b/help.go
diff --git a/cmd_help_test.go b/help_test.go
index 9c9a930..9c9a930 100644
--- a/cmd_help_test.go
+++ b/help_test.go
diff --git a/cmd_pid.go b/pid.go
index 3bdb1f3..3bdb1f3 100644
--- a/cmd_pid.go
+++ b/pid.go
diff --git a/cmd_pid_test.go b/pid_test.go
index 681b116..681b116 100644
--- a/cmd_pid_test.go
+++ b/pid_test.go
diff --git a/cmd_ping.go b/ping.go
index 48294ea..48294ea 100644
--- a/cmd_ping.go
+++ b/ping.go
diff --git a/cmd_ping_test.go b/ping_test.go
index 89a08c7..89a08c7 100644
--- a/cmd_ping_test.go
+++ b/ping_test.go