internal

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2025 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadLink(fsys gofs.FS, name string) (string, error)

func ReadLinkDirFS

func ReadLinkDirFS(dir string) gofs.FS

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL