Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + var ErrClosed = errors.New("file already closed") + var ErrExist = errors.New("file already exists") + var ErrInvalid = errors.New("invalid argument") + var ErrNotExist = errors.New("file does not exist") + var ErrPermission = errors.New("permission denied")