route/vendor/github.com/mitchellh/reflectwalk
Cadey Ratio 1ccc27adf7 cmd: add terraform provider 2017-12-02 15:34:35 -08:00
..
.travis.yml cmd: add terraform provider 2017-12-02 15:34:35 -08:00
LICENSE cmd: add terraform provider 2017-12-02 15:34:35 -08:00
README.md cmd: add terraform provider 2017-12-02 15:34:35 -08:00
location.go cmd: add terraform provider 2017-12-02 15:34:35 -08:00
location_string.go cmd: add terraform provider 2017-12-02 15:34:35 -08:00
reflectwalk.go cmd: add terraform provider 2017-12-02 15:34:35 -08:00
reflectwalk_test.go cmd: add terraform provider 2017-12-02 15:34:35 -08: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.