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.2.8-preview. (GOOS=darwin GOARCH=arm64)