os/exec.Cmd.Stdin (field)
7 uses
os/exec (current package)
exec.go#L98: Stdin io.Reader
exec.go#L245: if c.Stdin == nil {
exec.go#L254: if f, ok := c.Stdin.(*os.File); ok {
exec.go#L266: _, err := io.Copy(pw, c.Stdin)
exec.go#L578: if c.Stdin != nil {
exec.go#L588: c.Stdin = pr
github.com/aws/aws-sdk-go/aws/credentials/processcreds
provider.go#L349: p.command.Stdin = os.Stdin // enable stdin for MFA
![]() |
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. |