diff options
| author | jet2tlf <jet2tlf@gmail.com> | 2024-05-31 04:38:35 +0000 |
|---|---|---|
| committer | jet2tlf <jet2tlf@gmail.com> | 2024-05-31 04:38:35 +0000 |
| commit | 2459b1ed756af79334e08dcc09f9db1998c20f8c (patch) | |
| tree | e313cb3e84a627843e2c0d15c9d6314dcb261eea | |
| parent | 94fffd8fba0082a8be115d68eff5504482d4aeae (diff) | |
| download | shell-go-2459b1ed756af79334e08dcc09f9db1998c20f8c.tar.gz shell-go-2459b1ed756af79334e08dcc09f9db1998c20f8c.zip | |
pass 8st stage
| -rw-r--r-- | cmd/myshell/main.go | 2 |
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) } } |