open-vault/vendor/github.com/mitchellh/reflectwalk
Jeff Mitchell 7a4eda156c Migrate to built-in Go vendoring.
This also removes `godep` calls from make scripts. Of note is that
currently `./...` checking in acceptance tests is disabled.
2016-02-18 15:06:02 -05:00
..
LICENSE Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
location.go Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
location_string.go Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
README.md Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
reflectwalk.go Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05: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.