-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README guide not working correctly #317
Comments
What is your |
/home/{me}/go |
Try |
Also, if you are using Go modules, you might need to use git clone. |
I can get as far as ~/go/src/github.com and I see plenty of component directories that I have used over time (e.g. BurntSushi, go-logr, eclipse, google, hashicorp etc. etc) but no dvyukov directory. There was no error or output when I ran "go get -d github.com/dvyukov/go-fuzz-corpus". I ran "echo $?" just to see the go get return code and it was 0. |
Try Sadly there is a 'problem' with fetching deps with UPD: |
BTW -this is a on a fresh Go installation, following the steps in https://github.com/dvyukov/go-fuzz/blob/master/README.md#L101 |
I tried manually git cloning the go-fuzz-corpus and running go-fuzz-build within the png directory only to get:
My env:
|
Hi, I'm having trouble too. Managed to get a bit further. Some helpful stuff below: The directory that eventually gets created is
Indeed, no
Which seems reasonable. If I try the
Note that Maybe the README needs to be revamped to match how |
From the front page readme, the following section fails:
Line 2 yields: "No such file or directory"
The text was updated successfully, but these errors were encountered: