🔧 Go 1.24 introduces the new tool directive - now you can manage your project's tools directly in go.mod!
No more system-wide installations of tools or version drift across your team.
Read the full guide: aran.dev/posts/go-124/g…#Golang
I've been exploring building HTTP servers in Go without any external dependencies for HTTP routing. Go 1.22's new router features, might mean we don't need third-party routers anymore!
Check out the post about it 👇
aran.dev/posts/go-no-de…