dvyukov / go-fuzz

Randomized testing for Go
Apache License 2.0
4.79k stars 279 forks source link

go-fuzz-build: allow specify go binary path #316

Closed cuonglm closed 3 years ago

cuonglm commented 3 years ago

cc @odeke-em

mvdan commented 3 years ago

Surprised by this change :) One can just tweak PATH to point to the Go command as desired. Not super friendly, but see https://github.com/golang/go/issues/44329. The alternative is to add -go flags to every tool under the sun, which seems worse.