`go install pkg@version` doesn't support installing from a fork.
The argument is best understood as a module identity rather than source
code location.
- sean
On Sat, Dec 3, 2022, 11:55 Duncan Harris wrote:
> This seems a noddy question but can't easily find an answer with Google
> apparently.
Check out go work I achieve it’s exactly what you are looking for, allowing
for projects to use temporary local versions of packages
On Sat, 3 Dec 2022 at 11:55, Duncan Harris wrote:
> This seems a noddy question but can't easily find an answer with Google
> apparently. I may have lost the plot
This seems a noddy question but can't easily find an answer with Google
apparently. I may have lost the plot :-)
There is a repo which contains source for a go executable that I want to
use.
Normally I install this with: go install original.domain/path@latest
I want to fork that repo and make so