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: "" /* 1646 byte string literal not displayed */, }
Source Files ¶
- Version
- v1.17.9
- Published
- Apr 12, 2022
- Platform
- darwin/amd64
- Imports
- 13 packages
- Last checked
- 22 seconds ago –
Tools for package owners.