Versions in this module Expand all Collapse all v0 v0.8.0 Dec 4, 2024 Changes in this version + type Os struct + func New(workDir string) *Os + func (o *Os) FileExists(i any) (bool, error) + func (o *Os) ReadDir(i any) ([]os.FileInfo, error) + func (o *Os) ReadFile(i any) (string, error) + func (o *Os) Stat(i any) (os.FileInfo, error)