File: README.md

package info (click to toggle)
golang-github-mitchellh-reflectwalk 0.0~git20170726.63d60e9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 92 kB
  • sloc: makefile: 3
file content (6 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
# 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.