We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
One of my favourite features of Go 1.24 is the new functionality for managing developer tooling dependencies.
By this, I mean tooling that you use to assist with development, testing, build, or deployment β such as
staticcheck
for static code analysis,govulncheck
for vulnerability scanning, orair
for live-reloading applications.Historically, managing these dependencies β especially in a team setting β has been tricky. The previous solutions have been to use a
tools.go
file or thego run
pattern, but while these approaches work, theyβve always felt like workarounds with some downsides.With Go 1.24, thereβs finally a better way.
continue reading on www.alexedwards.net
β οΈ This post links to an external website. β οΈ
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.