Target gofuzz build tag instead of cgo

go-fuzz + libFuzzer can't be built with `CGO_ENABLED=0`.
This commit is contained in:
Brandon Weeks
2019-10-08 06:47:56 +00:00
parent 355782cbf9
commit 58786a4742
4 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
// +build cgo
// +build !gofuzz
package attest