Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadLinkDirFS ¶
Replace with os.DirFS once available (planned for 1.25). See https://github.com/golang/go/issues/49580
Types ¶
type ReadLinkFS ¶
type ReadLinkFS interface { iofs.FS ReadLink(name string) (string, error) Lstat(name string) (iofs.FileInfo, error) }
Replace with iofs.ReadLinkFS once available (planned for 1.25). See https://github.com/golang/go/issues/49580
Click to show internal directories.
Click to hide internal directories.