type io/fs.FS
24 uses
io/fs (current package)
fs.go#L21: type FS interface {
glob.go#L13: FS
glob.go#L33: func Glob(fsys FS, pattern string) (matches []string, err error) {
glob.go#L37: func globWithLimit(fsys FS, pattern string, depth int) (matches []string, err error) {
glob.go#L99: func glob(fs FS, dir, pattern string, matches []string) (m []string, e error) {
readdir.go#L15: FS
readdir.go#L28: func ReadDir(fsys FS, name string) ([]DirEntry, error) {
readfile.go#L12: FS
readfile.go#L32: func ReadFile(fsys FS, name string) ([]byte, error) {
stat.go#L9: FS
stat.go#L20: func Stat(fsys FS, name string) (FileInfo, error) {
sub.go#L14: FS
sub.go#L17: Sub(dir string) (FS, error)
sub.go#L34: func Sub(fsys FS, dir string) (FS, error) {
sub.go#L48: fsys FS
sub.go#L129: func (f *subFS) Sub(dir string) (FS, error) {
walk.go#L72: func walkDir(fsys FS, name string, d DirEntry, walkDirFn WalkDirFunc) error {
walk.go#L117: func WalkDir(fsys FS, root string, fn WalkDirFunc) error {
github.com/gotd/td/session/tdesktop
file.go#L21: func open(filesystem fs.FS, fileName string) (*tdesktopFile, error) {
tdesktop.go#L32: func ReadFS(root fs.FS, passcode []byte) ([]Account, error) {
net/http
fs.go#L763: fsys fs.FS
fs.go#L837: func FS(fsys fs.FS) FileSystem {
os
file.go#L621: func DirFS(dir string) fs.FS {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |