open-vault/vendor/github.com/mitchellh/reflectwalk
Jeff Mitchell 0665badfdd Bump deps
2017-09-05 18:06:47 -04:00
..
LICENSE
location.go
location_string.go Bump deps 2017-09-05 18:06:47 -04:00
README.md
reflectwalk.go audit: hash time.Time values in map fields (#2689) 2017-05-08 14:06:08 -04:00

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.