type os.unixDirent
6 uses
os (current package)
file_unix.go#L391: type unixDirent struct {
file_unix.go#L398: func (d *unixDirent) Name() string { return d.name }
file_unix.go#L399: func (d *unixDirent) IsDir() bool { return d.typ.IsDir() }
file_unix.go#L400: func (d *unixDirent) Type() FileMode { return d.typ }
file_unix.go#L402: func (d *unixDirent) Info() (FileInfo, error) {
file_unix.go#L410: ude := &unixDirent{
![]() |
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. |