You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now go install tool will install the tool on the global go bin dir
i propose that go install tool install a dumb binary on go bin dir that its sole job is to look up for the current directory (module root) bin dir and find the same tool name and then execute that binary with the same name as tool name in go bin dir
this way every golang module can use its own version of the tool
The text was updated successfully, but these errors were encountered:
aria3ppp
changed the title
proposal: let go tool install execute current module tool
proposal: let go install tool execute current module tool
Feb 28, 2025
aria3ppp
changed the title
proposal: let go install tool execute current module tool
proposal: let go install tool execute current module version of the tool
Feb 28, 2025
Proposal Details
right now
go install tool
will install the tool on the global go bin diri propose that
go install tool
install a dumb binary on go bin dir that its sole job is to look up for the current directory (module root) bin dir and find the same tool name and then execute that binary with the same name as tool name in go bin dirthis way every golang module can use its own version of the tool
The text was updated successfully, but these errors were encountered: