Merge pull request #22 from irlndts/DSCGS-20

Fix govet errors
This commit is contained in:
Artem Piskun 2018-03-21 20:58:14 +03:00 committed by GitHub
commit 91d056b186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ type ArtistSource struct {
Anv string `json:"anv"`
ID int `json:"id"`
Join string `json:"join"`
Name string `json:"name:`
Name string `json:"name"`
ResourceURL string `json:"resource_url"`
Role string `json:"role"`
Tracks string `json:"tracks"`