Versions in this module Expand all Collapse all v0 v0.0.3 Nov 14, 2021 Changes in this version + const O_APPEND + const O_CREATE + const O_EXCL + const O_RDONLY + const O_RDWR + const O_SYNC + const O_TRUNC + const O_WRONLY + var ErrPathMissing = errors.New("path missing") + var Stderr = os.Stderr + var Stdin = os.Stdin + var Stdout = os.Stdout + func CheckURIRead(uri string) error + func CheckURIWrite(uri string, appendToFile bool, overwrite bool) error + func Exit(code int) + func MkdirAll(p string, flag os.FileMode) error + func OpenDevice(name string) io.Writer + func OpenFile(path string) (*os.File, error) + func Remove(name string) error + func Stat(uri string) (bool, stat.Info, error) + type Signal interface