Go 1.24's go tool is one of the best additions to the ecosystem in years
1–10 of 207 posts
Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#2That said, if it helps people do “their thing” in what they believe is an easier (more straightforward) way, then I welcome the new changes.
Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#3Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#4Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#5As someone who’s been using Go since 2013 at commpanies like Apple, Microsoft, and Uber, this all seems quite unnecessary. That said, if it helps people do “their thing” in what they believe is an easier (more straightforward) way, then I welcome the new changes.
Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#6So it's just dev-dependencies?
Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#7I have tested it and probably will use it but the fact that it pollutes your go.mod's indirect dependency list (without any distinction indicating it's for a tool) is very annoying.
Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#8Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#9Re: Go 1.24's go tool is one of the best additions to the ecosystem in years
#10So I think a general solution would work better, and not be limited to Go. There are plenty of tools in this space to choose from: mise, devenv, Nix, Hermit, etc.