github.com/mitchellh/mapstructure v1.1.2

Used only by github.com/go-openapi/..., all expecting v1.1.2
This commit is contained in:
Jordan Liggitt
2019-04-05 11:46:04 -04:00
parent 1970be1ea9
commit 319ff2fd31
11 changed files with 537 additions and 125 deletions

View File

@@ -1,4 +1,4 @@
# mapstructure
# mapstructure [![Godoc](https://godoc.org/github.com/mitchellh/mapstructure?status.svg)](https://godoc.org/github.com/mitchellh/mapstructure)
mapstructure is a Go library for decoding generic map values to structures
and vice versa, while providing helpful error handling.