zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.38k stars 291 forks source link

FullArtist.Followers does not have a JSON-tag #113

Closed ptrkrlsrd closed 4 years ago

ptrkrlsrd commented 4 years ago

Hey,

I see that most properties in this package have a JSON-tag to make the property lowercase when marshalling the structs, but it seems that FullArtist.Followers does not have it. Is there any reason for this?