func os.Pipe
8 uses
os (current package)
pipe_bsd.go#L13: func Pipe() (r *File, w *File, err error) {
os/exec
exec.go#L258: pr, pw, err := os.Pipe()
exec.go#L303: pr, pw, err := os.Pipe()
exec.go#L584: pr, pw, err := os.Pipe()
exec.go#L626: pr, pw, err := os.Pipe()
exec.go#L651: pr, pw, err := os.Pipe()
github.com/aws/aws-sdk-go/aws/credentials/processcreds
provider.go#L339: outReadPipe, outWritePipe, err := os.Pipe()
testing
run_example.go#L28: r, w, err := os.Pipe()
 |
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. |