go/build.Context.ReadDir (field)

3 uses

	go/build (current package)
		build.go#L111: 	ReadDir func(dir string) ([]fs.FileInfo, error)
		build.go#L196: 	if f := ctxt.ReadDir; f != nil {
		build.go#L1142: 		ctxt.JoinPath != nil || ctxt.SplitPathList != nil || ctxt.IsAbsPath != nil || ctxt.IsDir != nil || ctxt.HasSubdir != nil || ctxt.ReadDir != nil || ctxt.OpenFile != nil || !equal(ctxt.ToolTags, defaultToolTags) || !equal(ctxt.ReleaseTags, defaultReleaseTags) {