go/build.Context.JoinPath (field)

3 uses

	go/build (current package)
		build.go#L82: 	JoinPath func(elem ...string) string
		build.go#L117: 	if f := ctxt.JoinPath; 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) {