func internal/execabs.Command
5 uses
internal/execabs (current package)
execabs.go#L66: func Command(name string, arg ...string) *exec.Cmd {
internal/goroot
gc.go#L53: allDirs, err := exec.Command(bin, "-print-search-dirs").Output()
gc.go#L57: versionB, err := exec.Command(bin, "-dumpversion").Output()
gc.go#L62: machineB, err := exec.Command(bin, "-dumpmachine").Output()
go/build
build.go#L1144: cmd := exec.Command("go", "list", "-e", "-compiler="+ctxt.Compiler, "-tags="+strings.Join(ctxt.BuildTags, ","), "-installsuffix="+ctxt.InstallSuffix, "-f={{.Dir}}\n{{.ImportPath}}\n{{.Root}}\n{{.Goroot}}\n{{if .Error}}{{.Error}}{{end}}\n", "--", path)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |