Path to this page:
Subject: CVS commit: pkgsrc/devel/go-mapstructure-bep
From: Ryo ONODERA
Date: 2018-11-18 09:06:21
Message id: 20181118080621.A8705FB1F@cvs.NetBSD.org
Log Message:
devel/go-mapstructure-bep: import go-mapstructure-bep-0.0.20180511
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.
Files: