Skip to content

cmd/go: GOPRIVATE lacks mercurial (hg) support #78399

@cdevienne

Description

@cdevienne

The GOPRIVATE feature only works with git repositories.
Our private libraries are hosted in mercurial repositories (thanks to heptapod), and we would happily use this feature.

The workaround is to explicitly checkout the repository and use 'replace' in go.mod, which gets cumbersome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GoCommandcmd/goToolProposalIssues describing a requested change to a Go tool or command-line program.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions