Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
favadi
on Jan 28, 2025
|
parent
|
context
|
favorite
| on:
Go 1.24's go tool is one of the best additions to ...
It doesn't look like much of an improvement over `tools/tools.go` with blank imports like this:
``` //go:build tools
package tools
import ( _ "github.com/xxx/yyy" ... ) ```
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
``` //go:build tools
package tools
import ( _ "github.com/xxx/yyy" ... ) ```