Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildRunProgram (0.12 sec)

  1. src/cmd/go/internal/run/run.go

    		!strings.HasPrefix(args[0], "-") &&
    		strings.Contains(args[0], "@") &&
    		!build.IsLocalImport(args[0]) &&
    		!filepath.IsAbs(args[0])
    }
    
    // buildRunProgram is the action for running a binary that has already
    // been compiled. We ignore exit status.
    func buildRunProgram(b *work.Builder, ctx context.Context, a *work.Action) error {
    	cmdline := str.StringList(work.FindExecCmd(), a.Deps[0].Target, a.Args)
    	if cfg.BuildN || cfg.BuildX {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 19:09:38 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top