This commit is contained in:
irlndts 2016-03-05 01:05:14 +03:00
parent a38566e9d4
commit bb93e2e270

View File

@ -16,7 +16,7 @@ type ReleaseParams struct {
type Release struct {
Title string `json:"title"`
//id int
Id int `json:"id"`
//data_quality string
}