tree: 5f9f106dd46d20030a52267c259a0f87a9fd3e2a [path history] [tgz]
  1. .travis.yml
  2. go.mod
  3. LICENSE
  4. location.go
  5. location_string.go
  6. README.md
  7. 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.