tree: f0f601f81a0a4c2aa2fb5981abbf72b0c72942c7
  1. .travis.yml
  2. LICENSE
  3. location.go
  4. location_string.go
  5. README.md
  6. reflectwalk.go
vendor/github.com/mitchellh/reflectwalk/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.