...

Text file src/github.com/mitchellh/reflectwalk/README.md

Documentation: github.com/mitchellh/reflectwalk

     1# reflectwalk
     2
     3reflectwalk is a Go library for "walking" a value in Go using reflection,
     4in the same way a directory tree can be "walked" on the filesystem. Walking
     5a complex structure can allow you to do manipulations on unknown structures
     6such as those decoded from JSON.

View as plain text