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 {
gofs.FS
ReadLink(name string) (string, error)
Lstat(name string) (gofs.FileInfo, error)
}
Replace with gofs.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.