type io/fs.File
8 uses
io/fs (current package)
fs.go#L31: Open(name string) (File, error)
fs.go#L78: type File interface {
fs.go#L113: File
sub.go#L81: func (f *subFS) Open(name string) (File, error) {
archive/zip
reader.go#L701: func (r *Reader) Open(name string) (fs.File, error) {
reader.go#L715: return rc.(fs.File), nil
net/http
fs.go#L751: file fs.File
os
file.go#L636: func (dir dirFS) Open(name string) (fs.File, error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |