go/build.Context.SplitPathList (field)

3 uses

	go/build (current package)
		build.go#L86: 	SplitPathList func(list string) []string
		build.go#L125: 	if f := ctxt.SplitPathList; 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) {