Y
Hacker News
new
|
ask
|
show
|
jobs
by
favadi
501 days ago
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" ... ) ```