Documentation ¶ Index ¶ func New(name string, path string) (fsnode.T, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(name string, path string) (fsnode.T, error) New returns an fsnode.T representing a path on the local filesystem. TODO: Replace this with a generic io/fs.FS wrapper around os.DirFS, after upgrading Go. Types ¶ This section is empty. Source Files ¶ View all Source files loopbackfs.go Click to show internal directories. Click to hide internal directories.