aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorjet2tlf <jet2tlf@gmail.com>2024-05-31 04:38:35 +0000
committerjet2tlf <jet2tlf@gmail.com>2024-05-31 04:38:35 +0000
commit2459b1ed756af79334e08dcc09f9db1998c20f8c (patch)
treee313cb3e84a627843e2c0d15c9d6314dcb261eea /cmd
parent94fffd8fba0082a8be115d68eff5504482d4aeae (diff)
downloadshell-go-2459b1ed756af79334e08dcc09f9db1998c20f8c.tar.gz
shell-go-2459b1ed756af79334e08dcc09f9db1998c20f8c.zip
pass 8st stage
Diffstat (limited to 'cmd')
-rw-r--r--cmd/myshell/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/myshell/main.go b/cmd/myshell/main.go
index b86b8ae..7847553 100644
--- a/cmd/myshell/main.go
+++ b/cmd/myshell/main.go
@@ -73,6 +73,6 @@ func Type(command string) {
return
}
}
- fmt.Printf("%s: command not found\n", command)
+ fmt.Printf("%s not found\n", command)
}
}