terraform/vendor/github.com/mitchellh/reflectwalk
Martin Atkins 1bb79696c6 vendor: update to latest github.com/zclconf/go-cty
This includes a bugfix to the cty/msgpack package to ensure correct
decoding of unknown and null values.

This also includes updates to cty's dependencies.
2018-10-16 19:14:11 -07:00
..
.travis.yml vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
README.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
location.go Update vendor for DeepCopy issue 2018-03-14 20:13:36 -04:00
location_string.go Update vendor for DeepCopy issue 2018-03-14 20:13:36 -04:00
reflectwalk.go Update vendor for DeepCopy issue 2018-03-14 20:13:36 -04:00

README.md

reflectwalk

reflectwalk is a Go library for "walking" a value in Go using reflection, in the same way a directory tree can be "walked" on the filesystem. Walking a complex structure can allow you to do manipulations on unknown structures such as those decoded from JSON.