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: "" /* 1827 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.23.0-rc.2
- Published
- Jul 16, 2024
- Platform
- js/wasm
- Imports
- 11 packages
- Last checked
- now –
Tools for package owners.