go/build.Context.IsDir (field)

3 uses

	go/build (current package)
		build.go#L94: 	IsDir func(path string) bool
		build.go#L141: 	if f := ctxt.IsDir; 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) {