buildx/vendor/github.com/mitchellh/reflectwalk
CrazyMax 13beda8b11
vendor: update compose-go to v2.0.0-rc.3
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-01-31 14:15:57 +01:00
..
.travis.yml vendor: update compose-go to v2.0.0-rc.3 2024-01-31 14:15:57 +01:00
LICENSE vendor: update compose-go to v2.0.0-rc.3 2024-01-31 14:15:57 +01:00
README.md vendor: update compose-go to v2.0.0-rc.3 2024-01-31 14:15:57 +01:00
location.go vendor: update compose-go to v2.0.0-rc.3 2024-01-31 14:15:57 +01:00
location_string.go vendor: update compose-go to v2.0.0-rc.3 2024-01-31 14:15:57 +01:00
reflectwalk.go vendor: update compose-go to v2.0.0-rc.3 2024-01-31 14:15:57 +01: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.