moonshine
moonshine copied to clipboard
Set up environment issue
Hi @shankarapailoor, I'm trying to set up the environment for Moonshine but I have this kind of issue. When I run
go get -u -d github.com/shankarapailoor/moonshine/...
Then I got this error message which said I have no package in generated
directory
imports github.com/google/syzkaller/pkg/ifuzz/generated: cannot find package "github.com/google/syzkaller/pkg/ifuzz/generated" in any of:
/usr/local/go/src/github.com/google/syzkaller/pkg/ifuzz/generated (from $GOROOT)
/home/wayne/Desktop/MoonShine/src/github.com/google/syzkaller/pkg/ifuzz/generated (from $GOPATH)
I got this problem too.Could you please tell me how to solve? thx.