kops/vendor/github.com/mitchellh/reflectwalk
Ole Markus With ce2e877aeb Remove bazel files from vendor 2022-04-12 13:29:03 +02:00
..
.travis.yml
LICENSE
README.md
location.go
location_string.go
reflectwalk.go Update cert-manager dependency to 1.8.0 2022-04-10 12:39:47 +02:00

README.md

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.