godog: failed to compile testmain package:
I am getting a compilation error when running godog on example folder.
Go version:
$ go version
go version go1.7.4 darwin/amd64
I installed godog:
$ go get -u github.com/DATA-DOG/godog
Then I go into the godogs example directory:
$ cd $GOPATH
$ cd src/go/src/github.com/DATA-DOG/godog/examples/godogs
And run godog:
$ godog
failed to compile testmain package:
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 1
- Comments: 19 (9 by maintainers)
Commits related to this issue
- improves builder to use go env in order to find compiler and linker, closes #64 — committed to cucumber/godog by l3pp4rd 7 years ago
Hi @sadir thanks for all the help, if you update your package that should work fine now and if it doesn’t at least print a good error message 😉