go vet detected error in gherkin lib
Этот коммит содержится в:
родитель
7a131048a6
коммит
d0006ef306
1 изменённых файлов: 2 добавлений и 4 удалений
|
@ -24,14 +24,12 @@ type Feature struct {
|
||||||
|
|
||||||
type Comment struct {
|
type Comment struct {
|
||||||
Node
|
Node
|
||||||
Location *Location `json:"location,omitempty"`
|
Text string `json:"text"`
|
||||||
Text string `json:"text"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Tag struct {
|
type Tag struct {
|
||||||
Node
|
Node
|
||||||
Location *Location `json:"location,omitempty"`
|
Name string `json:"name"`
|
||||||
Name string `json:"name"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Background struct {
|
type Background struct {
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче