Versions in this module Expand all Collapse all v0 v0.1.0 Feb 17, 2026 Changes in this version + func Chown(path string, owner *OwnerConfig) + func Create(path string, owner *OwnerConfig) (*os.File, error) + func MkdirAll(path string, perm os.FileMode, owner *OwnerConfig) error + func WriteFile(path string, data []byte, perm os.FileMode, owner *OwnerConfig) error + type OwnerConfig struct + GID int + UID int + func ParseOwner(owner string) (*OwnerConfig, error)