vault/vendor/github.com/mitchellh/reflectwalk
2019-09-03 16:08:50 -04:00
..
.travis.yml Switch to go modules (#6585) 2019-04-13 03:44:06 -04:00
go.mod Update Deps (#5454) 2018-10-03 09:55:26 -07:00
LICENSE Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
location.go Bump deps 2017-01-13 09:06:34 -05:00
location_string.go Bump deps 2017-09-05 18:06:47 -04:00
README.md Migrate to built-in Go vendoring. 2016-02-18 15:06:02 -05:00
reflectwalk.go update dependencies (#7390) 2019-09-03 16:08:50 -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.