go/build.Context.ReadDir (field)

3 uses

	go/build (current package)
		build.go#L108: 	ReadDir func(dir string) ([]fs.FileInfo, error)
		build.go#L191: 	if f := ctxt.ReadDir; f != nil {
		build.go#L1081: 		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) {