mirror of https://github.com/golang/go.git
cmd/go: Update documentation of go run to match current behaviour.
Fixes #5511. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/9530043
This commit is contained in:
parent
b25a53acd7
commit
70f3b6097b
|
|
@ -370,7 +370,6 @@ Usage:
|
|||
go run [build flags] gofiles... [arguments...]
|
||||
|
||||
Run compiles and runs the main package comprising the named Go source files.
|
||||
If no files are named, it compiles and runs all non-test Go source files.
|
||||
|
||||
For more about build flags, see 'go help build'.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ var cmdRun = &Command{
|
|||
Short: "compile and run Go program",
|
||||
Long: `
|
||||
Run compiles and runs the main package comprising the named Go source files.
|
||||
If no files are named, it compiles and runs all non-test Go source files.
|
||||
|
||||
For more about build flags, see 'go help build'.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue