golang-github-mitchellh-reflectwalk-dev

Library for "walking" complex structures, similar to walking a filesystem
  https://github.com/mitchellh/reflectwalk
  0
  no reviews



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.