kops/vendor/github.com/mitchellh/reflectwalk
Ciprian Hacman 6bd597f372 Convert go.mod files to Go 1.17 2021-10-09 06:27:27 +03:00
..
.travis.yml Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
BUILD.bazel Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
LICENSE Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
README.md Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
location.go Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
location_string.go Upgrade sprig to v3 2020-11-07 20:41:02 +01:00
reflectwalk.go Update helm to v3.6.1 2021-06-24 21:40:06 +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.