Versions in this module Expand all Collapse all v0 v0.2.1 Feb 21, 2025 Changes in this version + func Compress(filename string) (string, error) + func CompressType(filename string, ty string) (string, error) + func Move(src, dst string) error + func WriteFile(filename string, data []byte, perm os.FileMode) error + type File struct + func New(path string, mode os.FileMode) (*File, error) + func (f *File) Abort() error + func (f *File) Close() error