1 2 3 4 5 6 7 8 9
// +build !js package ioutil import "io" func Pipe() (PipeReader, PipeWriter) { return io.Pipe() }