iperf3exporter/vendor/github.com/mitchellh/reflectwalk
2021-11-16 15:32:13 +01:00
..
.travis.yml first commit 2021-10-20 10:08:56 +02:00
LICENSE first commit 2021-10-20 10:08:56 +02:00
location_string.go first commit 2021-10-20 10:08:56 +02:00
location.go first commit 2021-10-20 10:08:56 +02:00
README.md first commit 2021-10-20 10:08:56 +02:00
reflectwalk.go build: update deps 2021-11-16 15:32:13 +01: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.