Added the encountered error to the release-notes as well
Этот коммит содержится в:
родитель
35ca4e84d3
коммит
7caae4e11a
1 изменённых файлов: 11 добавлений и 0 удалений
|
@ -24,6 +24,17 @@ If you are running `within the $GOPATH`, you would need to install godog like th
|
|||
|
||||
If you are running `outside of the $GOPATH`, you should still specify a version.
|
||||
|
||||
I you encounter this error, please try adding `GO111MODULE=on`:
|
||||
```
|
||||
/go# go get github.com/cucumber/godog/cmd/godog
|
||||
package github.com/cucumber/gherkin-go/v9: cannot find package "github.com/cucumber/gherkin-go/v9" in any of:
|
||||
/usr/local/go/src/github.com/cucumber/gherkin-go/v9 (from $GOROOT)
|
||||
/go/src/github.com/cucumber/gherkin-go/v9 (from $GOPATH)
|
||||
package github.com/cucumber/messages-go/v9: cannot find package "github.com/cucumber/messages-go/v9" in any of:
|
||||
/usr/local/go/src/github.com/cucumber/messages-go/v9 (from $GOROOT)
|
||||
/go/src/github.com/cucumber/messages-go/v9 (from $GOPATH)
|
||||
```
|
||||
|
||||
|
||||
### Gherkin Core
|
||||
The following types have been switched for [messages-go](https://github.com/cucumber/messages-go).
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче