Closed jlguochn closed 10 months ago
When I use go-fuzz-build ., I encounter the error 'go/pkg/mod/github.com/iden3/go-iden3-crypto@v0.0.15/ffg/element_fuzz.go:103:7: b declared and not used typechecking of . failed'.
Workaround: add _ = b after it.
_ = b
thanks, it's work.
When I use go-fuzz-build ., I encounter the error 'go/pkg/mod/github.com/iden3/go-iden3-crypto@v0.0.15/ffg/element_fuzz.go:103:7: b declared and not used typechecking of . failed'.