79539866

Date: 2025-03-27 19:37:55
Score: 2
Natty:
Report link

to get the branchname you need to do it like that:
GOPROXY=direct go get -u github.com/someone/some-repo@branch-name

if you don't want to type it all the time you can do it like that permanently:
go env -w GOPROXY=direct

and then you can update just by:
go get github.com/someone/some-repo@branch-name

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: carnophage