mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-08-11 09:23:54 +00:00
fix typo
This commit is contained in:
@@ -58,6 +58,7 @@ $ ./quoteargs one "two three" four\ five
|
||||
$ go run quoteargs.go one "two three" four\ five
|
||||
["one" "two three" "four five"]
|
||||
```
|
||||
(译注:其实也可以偷懒,直接go run `*.go`)
|
||||
|
||||
第一行的参数列表中,第一个不是以`.go`结尾的将作为可执行程序的参数运行。
|
||||
|
||||
|
Reference in New Issue
Block a user