Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-03T17:56:48.000Z (about 8 years ago)
- Last Synced: 2024-06-20T06:26:15.235Z (5 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 [![Build Status](https://travis-ci.org/mdlayher/mpdx.svg?branch=master)](https://travis-ci.org/mdlayher/mpdx) [![GoDoc](http://godoc.org/github.com/mdlayher/mpdx?status.svg)](http://godoc.org/github.com/mdlayher/mpdx) [![Report Card](https://goreportcard.com/badge/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.