Preferences

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" ... ) ```


This item has no comments currently.