https://github.com/mdlayher/mpdx
Package mpdx is an extension of package mpd. MIT Licensed.
https://github.com/mdlayher/mpdx
Last synced: about 1 month ago
JSON representation
Package mpdx is an extension of package mpd. MIT Licensed.
- Host: GitHub
- URL: https://github.com/mdlayher/mpdx
- Owner: mdlayher
- License: mit
- Created: 2016-09-28T20:58:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T17:56:48.000Z (over 8 years ago)
- Last Synced: 2025-01-25T13:44:49.846Z (3 months ago)
- Language: Go
- Homepage: https://github.com/fhs/gompd
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
mpdx [](https://travis-ci.org/mdlayher/mpdx) [](http://godoc.org/github.com/mdlayher/mpdx) [](https://goreportcard.com/report/github.com/mdlayher/mpdx)
====Package `mpdx` is an extension of package [mpd](https://github.com/fhs/gompd).
MIT Licensed.Why?
----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](https://github.com/fhs/gompd/issues/31).Package `mpdx` provides these wrapped `struct` types, for better type safety
and ease of use.