os/exec.Cmd.Run (method)
16 uses
os/exec (current package)
exec.go#L337: func (c *Cmd) Run() error {
exec.go#L546: err := c.Run()
exec.go#L567: err := c.Run()
go.pact.im/x/goupdate
download.go#L34: if err := c.Run(); err != nil {
modules.go#L20: return old, c.Run()
modules.go#L30: if err := c.Run(); err != nil {
tests.go#L62: switch err := c.Run(); {
upgrade.go#L119: return c.Run()
workspaces.go#L54: if err := c.Run(); err != nil {
workspaces.go#L82: if err := c.Run(); err != nil {
workspaces.go#L100: return c.Run()
workspaces.go#L109: if err := c.Run(); err != nil {
go/build
build.go#L1190: if err := cmd.Run(); err != nil {
golang.org/x/tools/go/packages
external.go#L88: if err := cmd.Run(); err != nil {
golang.org/x/tools/internal/gocommand
invoke.go#L315: if err := psCmd.Run(); err != nil {
invoke.go#L329: if err := listFilesCmd.Run(); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)