Hi all, I am trying to run go-fuzz-build on a local package, I have followed the instructions on the README and when I try to use the go-fuzz-build command I get the following error: can't find imported package github.com/lib/pq/hstore.
I then installed this package via go get github.com/lib/pq/hstore which seemed to work since the source files appeared in my go path.
However when I tried to use the go-fuzz-build command again I got the same error.
Any ideas what I should try? Or what may be going wrong?
I am on go version go1.6 darwin/amd64 and I have set GO15VENDOREXPERIMENT=1
Any help would be greatly appreciated, thank you!