Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runPmd (0.14 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    			names = append(names, name)
    		}
    	}
    	sort.Strings(names)
    	return names
    }
    
    type runCmd func(...string) ([]byte, error)
    
    func compileFile(runcmd runCmd, longname string, flags []string) (out []byte, err error) {
    	cmd := []string{goTool, "tool", "compile", "-e", "-p=p", "-importcfg=" + stdlibImportcfgFile()}
    	cmd = append(cmd, flags...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top