mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-05-20 20:24:34 -05:00
Fixing typo missing quotes
This commit is contained in:
parent
9d1c827cd2
commit
012f5e0c08
@ -174,7 +174,7 @@ type BuildStatus struct {
|
|||||||
Key string `json:"key"`
|
Key string `json:"key"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Url string `json:"url"`
|
Url string `json:"url"`
|
||||||
Description string `json:"description`
|
Description string `json:"description"`
|
||||||
DateAdded int64 `json:"dateAdded"`
|
DateAdded int64 `json:"dateAdded"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user