os.fileStat.IsDir (method, view implemented interface methods)
one use
os (current package)
types.go#L59: func (fs *fileStat) IsDir() bool { return fs.Mode().IsDir() }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)