package osfs

Import Path
	github.com/go-git/go-billy/v5/osfs (on go.dev)

Dependency Relation
	imports 7 packages, and imported by 4 packages

Involved Source Files Package osfs provides a billy filesystem for the OS. os_posix.go
Package-Level Type Names (total 2, in which 1 are exported)
/* sort exporteds by: | */
OS is a filesystem based on the os filesystem. Capabilities implements the Capable interface. (*T) Create(filename string) (billy.File, error) (*T) Join(elem ...string) string (*T) Lstat(filename string) (os.FileInfo, error) (*T) MkdirAll(path string, perm os.FileMode) error (*T) Open(filename string) (billy.File, error) (*T) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error) (*T) ReadDir(path string) ([]os.FileInfo, error) (*T) Readlink(link string) (string, error) (*T) Remove(filename string) error (*T) RemoveAll(path string) error (*T) Rename(from, to string) error (*T) Stat(filename string) (os.FileInfo, error) (*T) Symlink(target, link string) error (*T) TempFile(dir, prefix string) (billy.File, error) *T : github.com/go-git/go-billy/v5.Basic *T : github.com/go-git/go-billy/v5.Capable *T : github.com/go-git/go-billy/v5.Dir *T : github.com/go-git/go-billy/v5.Symlink *T : github.com/go-git/go-billy/v5.TempFile
Package-Level Functions (total 2, in which 1 are exported)
New returns a new OS filesystem.
Package-Level Constants (total 2, neither is exported)