Versions in this module Expand all Collapse all v1 v1.0.0 Nov 26, 2022 Changes in this version + var Client = http.Default_Client + type Release struct + Artist_Credit []struct{ ... } + Date string + Media []struct{ ... } + Release_Group struct{ ... } + Status string + Title string + func New_Release(release_ID string) (*Release, error) + type Release_Group struct + Release_Count int + Releases []*Release + func From_Artist(artist_ID string, offset int) (*Release_Group, error) + func New_Release_Group(group_ID string) (*Release_Group, error) + func (r Release_Group) Sort() + type Track struct + Length float64 + Title string + func (r Track) Duration() time.Duration