os/exec.Cmd.Stdout (field)
14 uses
os/exec (current package)
exec.go#L115: Stdout io.Writer
exec.go#L279: return c.writerDescriptor(c.Stdout)
exec.go#L283: if c.Stderr != nil && interfaceEqual(c.Stderr, c.Stdout) {
exec.go#L535: if c.Stdout != nil {
exec.go#L539: c.Stdout = &stdout
exec.go#L558: if c.Stdout != nil {
exec.go#L565: c.Stdout = &b
exec.go#L620: if c.Stdout != nil {
exec.go#L630: c.Stdout = pw
github.com/aws/aws-sdk-go/aws/credentials/processcreds
provider.go#L348: p.command.Stdout = outWritePipe // get creds json on process's stdout
github.com/mitchellh/go-homedir
homedir.go#L106: cmd.Stdout = &stdout
homedir.go#L115: cmd.Stdout = &stdout
homedir.go#L135: cmd.Stdout = &stdout
go/build
build.go#L1151: cmd.Stdout = &stdout
![]() |
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. |