How to manage tool dependencies in Go 1.24
alexedwards.net
How to manage tool dependencies in Go 1.24
1–2 of 2 posts
Re: How to manage tool dependencies in Go 1.24
#2Most interesting part of this imo was using a separate modfile for tools to avoid version conflicts. This was a concern I saw brought up with regards to `go tool`, but this seems to address them.