func os.Pipe
8 uses
os (current package)
pipe_linux.go#L11: 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()
go.pact.im/x/zapjournal/tests
journalctl.go#L16: r, w, err := os.Pipe()
testing
run_example.go#L28: r, w, err := os.Pipe()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)