Package mpdx
is an extension of package mpd.
MIT Licensed.
Package mpd
is excellent, but it returns data in a wrapped map[string]string
,
instead of a unique struct
per response type. This is intentional, for the
reasons described in this issue.
Package mpdx
provides these wrapped struct
types, for better type safety
and ease of use.