[pkg-go] Bug#853786: ITP: golang-github-cbroglie-mapstructure -- Go library for decoding generic map values into native Go structures
Potter, Tim
timothy.potter at hpe.com
Tue Jan 31 21:52:04 UTC 2017
Package: wnpp
Severity: wishlist
Owner: Tim Potter <tpot at hpe.com>
X-Debbugs-CC: debian-devel at lists.debian.org, pkg-go-maintainers at lists.alioth.debian.org
* Package name : golang-github-cbroglie-mapstructure
Version : 0.0~git20150405.0.25325b4-1
Upstream Author : Chris Broglie
* URL : https://github.com/cbroglie/mapstructure
* License : Expat
Programming Lang: Go
Description : Go library for decoding generic map values into native structures
mapstructure is a Go library for decoding generic map values to structures and
vice versa, while providing helpful error handling.
.
This library is most useful when decoding values from some data stream (JSON,
Gob, etc.) where you don't quite know the structure of the underlying data
until you read a part of it. You can therefore read a map[string]interface{}
and use this library to decode it into the proper underlying native Go
structure.
.
This package is a fork of the golang-github-mitchellh-mapstructure
package to more elegantly support decoding data with an unknown
structure by using the runtime reflection features of the Go
language.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.alioth.debian.org/pipermail/pkg-go-maintainers/attachments/20170131/e9be7455/attachment-0001.sig>
More information about the Pkg-go-maintainers
mailing list