package run
import "cmd/go/internal/run"
Package run implements the “go run” command.
Index ¶
Variables ¶
var CmdRun = &base.Command{ UsageLine: "run [build flags] [-exec xprog] gofiles... [arguments...]", Short: "compile and run Go program", Long: "" /* 777 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.9.0
- Published
- Aug 24, 2017
- Platform
- windows/amd64
- Imports
- 8 packages
- Last checked
- 6 seconds ago –
Tools for package owners.