io/fs.FileInfo.Name (method)
5 uses
io/fs (current package)
format.go#L18: name := info.Name()
fs.go#L158: Name() string // base name of the file
readdir.go#L70: return di.fileInfo.Name()
net/http
fs.go#L126: func (d fileInfoDirs) name(i int) string { return d[i].Name() }
fs.go#L756: serveContent(w, r, d.Name(), d.ModTime(), sizeFunc, f)
![]() |
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. |