You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @TsuyoshiUshio, were you able to successfully run the consumer test first (this is a prerequisite)?
Also, from your second stack trace it appears you are not running it within a standard go environment (e.g. the pact project you've cloned is not within a path such as <path/to>/src/github.com/pact-foundation/pact-go) - could this be the cause of your issues?
I tried this example. However, I've got an error when I try
go test -v .
https://github.com/pact-foundation/pact-go/tree/master/examples/go-kit
At first, I've got this error. (before this, I go get for go-kit)
Then I try
go get -u golang.org/x/net/context
then I've got this.How can I solve this problem?
The text was updated successfully, but these errors were encountered: