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.
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.