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:      "" /* 1028 byte string literal not displayed */,
}

Source Files

run.go

Version
v1.16.13
Published
Jan 6, 2022
Platform
linux/amd64
Imports
10 packages
Last checked
21 seconds ago

Tools for package owners.