open-vault/vendor/github.com/mitchellh/reflectwalk
Jeff Mitchell 16991d823e Bump deps
2016-09-30 09:50:46 -04:00
..
LICENSE
location.go
location_string.go More dep bumps 2016-02-18 16:37:30 -05:00
README.md
reflectwalk.go Bump deps 2016-09-30 09:50:46 -04:00

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.