io/fs.DirEntry.Name (method)
12 uses
	io/fs (current package)
		format.go#L61: 	name := dir.Name()
		fs.go#L96: 	Name() string
		glob.go#L107: 		n := info.Name()
		readdir.go#L47: 		return bytealg.CompareString(a.Name(), b.Name())
		walk.go#L94: 		name1 := path.Join(name, d1.Name())
	crypto/x509
		root_unix.go#L70: 			data, err := os.ReadFile(directory + "/" + fi.Name())
		root_unix.go#L106: 	target, err := os.Readlink(filepath.Join(dir, f.Name()))
	net/http
		fs.go#L132: func (d dirEntryDirs) name(i int) string { return d[i].Name() }
	os
		dir.go#L127: 		return bytealg.CompareString(a.Name(), b.Name())
	path/filepath
		path.go#L331: 		path1 := Join(path, d1.Name())
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |