os.File.Stat (method)
7 uses
os (current package)
file.go#L659: if info, err := f.Stat(); err == nil {
getwd.go#L108: pd, err := fd.Stat()
stat_unix.go#L15: func (f *File) Stat() (FileInfo, error) {
archive/zip
reader.go#L69: fi, err := f.Stat()
golang.org/x/mod/zip
zip.go#L391: info, err := f.Stat()
google.golang.org/protobuf/internal/detrand
rand.go#L48: fi, err := f.Stat()
net
dnsconfig_unix.go#L54: if fi, err := file.file.Stat(); err == nil {
![]() |
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. |