Go 1.24 introduces support for tools as project dependencies, making tools like `golangci-lint` and `protoc-gen-go` easier to integrate. By using the `-tool` flag, tools can be added similarly to runtime dependencies. While this streamlines tool management, it can introduce issues such as slow build times, shared dependency

11m read timeFrom blog.howardjohn.info
Post cover image
Table of contents
Basic usage #Issues #Mitigations and real world usage #Summary #

Sort: