os.unixDirent.IsDir (method)

one use

	os (current package)
		file_unix.go#L399: func (d *unixDirent) IsDir() bool    { return d.typ.IsDir() }