We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug [A clear and concise description of what the bug is]
The last step in the install instructions returns an error
compiling ... main.go:6:2: cannot find package "github.com/Reidmcc/rockfish/cmd" in any of: /usr/lib/go/src/github.com/Reidmcc/rockfish/cmd (from $GOROOT) /home/mmw/go/src/github.com/Reidmcc/rockfish/cmd (from $GOPATH) build failed with error code 1
To Reproduce [Steps to reproduce the behavior]
cd into cloned rockfish folder and execute ./scripts/build.sh
./scripts/build.sh
Expected behavior [What you expected to happen]
rockfish gets build
Version Please run ./rockfish version and paste the output here, it will look something like:
./rockfish version
version: master:v1.0.0-rc-2-g67ead284 git branch: master git hash: 67ead284dda48845c2cf99a9dc9337d89dac45da build date: 20190915T210051Z GOOS: linux GOARCH: arm64
The text was updated successfully, but these errors were encountered:
I was able to compile by copying the rockfish directory to ~/go/src/github.com/Reidmcc/rockfish
Sorry, something went wrong.
Ha. I see what you did there. My install folder name was different. I will try that.
No branches or pull requests
Describe the bug
[A clear and concise description of what the bug is]
The last step in the install instructions returns an error
To Reproduce
[Steps to reproduce the behavior]
cd into cloned rockfish folder and execute
./scripts/build.sh
Expected behavior
[What you expected to happen]
rockfish gets build
Version
Please run
./rockfish version
and paste the output here, it will look something like:The text was updated successfully, but these errors were encountered: