Versions in this module Expand all Collapse all v0 v0.6.0 Oct 15, 2025 v0.5.1 Sep 6, 2025 Changes in this version + func Copy(dst io.Writer, src io.Reader) (int64, error) + func CopyN(dst io.Writer, src io.Reader, n int64) (written int64, err error) + func Lclearxattrs(path string, skipFn func(xattrName string) bool) error + func Lgetxattr(path string, name string) ([]byte, error) + func Llistxattr(path string) ([]string, error) + func Lutimes(path string, atime, mtime time.Time) error + func Mknod(path string, mode uint32, dev uint64) error + func Tarmode(typeflag byte) uint32