Hacker News new | ask | show | jobs
by gqgs 500 days ago
I don't love the pollution in the go.mod or being forced to have multiple files to track dependencies.

Being able to run tools directly with go generate run [1] already works well enough and I frankly don't need see any benefits compared to it in this new approach.

[1] https://github.com/golang/go/issues/42088