os.fileStat.IsDir (method)

one use

	os (current package)
		types.go#L59: func (fs *fileStat) IsDir() bool  { return fs.Mode().IsDir() }