os/exec.Cmd.Output (method)
6 uses
os/exec (current package)
exec.go#L534: func (c *Cmd) Output() ([]byte, error) {
google.golang.org/api/transport/cert
default_cert.go#L100: data, err := exec.Command(command[0], command[1:]...).Output()
google.golang.org/grpc/credentials/alts
utils.go#L62: out, err := cmd.Output()
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()
 |
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. |