README ¶ files-go Standardised filesystem access package files-go is part of the kiss-my-package set used by apps like FaceMasq, PaperBag, Celestial, Executrix, and more Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func New(lookfor string) *filesystem func NewPWD() *filesystem type ErrFileSystem func (err ErrFileSystem) Error() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(lookfor string) *filesystem func NewPWD ¶ func NewPWD() *filesystem Types ¶ type ErrFileSystem ¶ type ErrFileSystem struct { Err error RelPath string AppRoot string } func (ErrFileSystem) Error ¶ func (err ErrFileSystem) Error() string Source Files ¶ View all Source files filesystem.go Click to show internal directories. Click to hide internal directories.