
there's a error when launch
i debug fzgo for found what happen
its about analysis of dir on function called "FindFunc"
on fzgo/fuzz/packages.go: L 59

what packages.Load return that var called pkgs
with a member variable called pkgs[0].PkgPath which is absPath that goListDir cannot analysis
so the bug is happened
fzgo need to change pkgs[0].PkgPath into a relative path
there's a error when launch
i debug fzgo for found what happen
its about analysis of dir on function called "FindFunc"

on fzgo/fuzz/packages.go: L 59
what packages.Load return that var called
pkgswith a member variable called
pkgs[0].PkgPathwhich is absPath thatgoListDircannot analysisso the bug is happened
fzgo need to change
pkgs[0].PkgPathinto a relative path