How to manage tool dependencies in Go 1.24alexedwards.net 2 pointsparanoidxprod1 year ago1 commentSaveHideCopy link On HNComments−paranoidxprodOP1yMost 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.
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.