func io/ioutil.ReadDir
7 uses
io/ioutil (current package)
ioutil.go#L58: func ReadDir(dirname string) ([]fs.FileInfo, error) {
github.com/go-git/go-billy/v5/osfs
os.go#L57: l, err := ioutil.ReadDir(path)
github.com/golang-migrate/migrate/v4/source/file
file.go#L56: files, err := ioutil.ReadDir(p)
github.com/prometheus/procfs
vm.go#L90: files, err := ioutil.ReadDir(path)
go/build
build.go#L190: return ioutil.ReadDir(path)
golang.org/x/mod/zip
zip.go#L617: if files, _ := ioutil.ReadDir(dir); len(files) > 0 {
golang.org/x/pkgsite/internal/static
static.go#L36: files, err := ioutil.ReadDir(scriptDir)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |