-
Notifications
You must be signed in to change notification settings - Fork 253
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
failed to compile testmain package when running example #344
Comments
Just got it working when using: |
Hey @MrRickSan, thanks for reporting! Are you running the godogs example from within the $GOPATH? BR Fredrik |
Yes, it was withing the $GOPATH |
Thanks, makes sense, I will reopen the issue and make sure we add this to the documentation. |
@MrRickSan, if you want to have a look: #352 :) |
Thank you @lonnblad, welcome improvement! |
Guys when I run godog after install the godog packages, I get response of command 'godoc' from deb golang-golang-x-tools Try: sudo apt install I am using Ubuntu 18.04 |
Please answer these questions before submitting a bug report.
What version of godog are you using?
What version of Go are you using?
What did you do?
I was trying to run the example in
github.com/cucumber/godog/_examples/godogs
like this:What did you expect to see?
The test results, the tests ran successfully.
What did you see instead?
The following output error:
Additional context
When I run using
go test
it works:The text was updated successfully, but these errors were encountered: