func os.ReadDir
7 uses
os (current package)
dir.go#L118: func ReadDir(name string) ([]DirEntry, error) {
file.go#L755: entries, err := ReadDir(fullname)
crypto/x509
root_unix.go#L87: files, err := os.ReadDir(dir)
go/build
build.go#L207: return os.ReadDir(path)
go/parser
interface.go#L149: list, err := os.ReadDir(path)
internal/goroot
gc.go#L23: dirents, err := os.ReadDir(dir)
path/filepath
path.go#L318: dirs, err := os.ReadDir(path)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)