1 //go:build tools 2 // +build tools 3 4 package tools 5 6 import ( 7 _ "github.com/dvyukov/go-fuzz/go-fuzz-build" 8 _ "honnef.co/go/tools/cmd/staticcheck" 9 ) 10
View as plain text