Skip to content

go/build: break out parts shared with modindex into internal package #74446

Open
@matloob

Description

@matloob

The modindex package copied some of the bits that were in go/build. Because there are two copies, the code can get out of sync, if they're not updated together. We should try to break out the shared code into an internal package to remove the copies.

This happened with https://go-review.googlesource.com/c/go/+/502615, for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GoCommandcmd/goLibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a tool

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions