library: os.Pipe

This commit is contained in:
xushiwei
2024-07-28 23:09:21 +08:00
parent bae40c82b9
commit a9ece9e49d
4 changed files with 66 additions and 3 deletions

View File

@@ -274,9 +274,6 @@ func Mkdir(name string, perm FileMode) error {
// func MkdirAll(path string, perm FileMode) error
// func MkdirTemp(dir, pattern string) (string, error)
// func NewSyscallError(syscall string, err error) error
func Pipe() (r *File, w *File, err error) {
panic("todo: os.Pipe")
}
// func ReadFile(name string) ([]byte, error)