summaryrefslogtreecommitdiffstats
path: root/cmd_ping.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_ping.go')
-rw-r--r--cmd_ping.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_ping.go b/cmd_ping.go
index 9da8d96..c052649 100644
--- a/cmd_ping.go
+++ b/cmd_ping.go
@@ -6,7 +6,7 @@ func (cmd *cmdPing) Name() string {
return "ping"
}
-func (cmd *cmdPing) Run(_ []string) string {
+func (cmd *cmdPing) Run(_ *Goctl, _ []string) string {
return "pong"
}