path/filepath.statDirEntry.IsDir (method)

one use

	path/filepath (current package)
		path.go#L478: func (d *statDirEntry) IsDir() bool                { return d.info.IsDir() }