Hacker News new | ask | show | jobs
How to manage tool dependencies in Go 1.24 (alexedwards.net)
2 points by paranoidxprod 470 days ago
1 comments

Most 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.