package run
import "cmd/go/internal/run"
Package run implements the “go run” command.
Index ¶
Variables ¶
var CmdRun = &base.Command{ UsageLine: "go run [build flags] [-exec xprog] package [arguments...]", Short: "compile and run Go program", Long: "" /* 1029 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.13.0-rc.1
- Published
- Aug 21, 2019
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 1 second ago –
Tools for package owners.