niki/vendor/github.com/mitchellh/reflectwalk
mehdi 9fc2b59014 fix(docker): change port redis 2024-04-26 23:00:35 +03:30
..
.travis.yml feat(niki): dockerize app 2024-02-18 14:12:21 +03:30
LICENSE feat(niki): dockerize app 2024-02-18 14:12:21 +03:30
README.md feat(niki): dockerize app 2024-02-18 14:12:21 +03:30
location.go feat(niki): dockerize app 2024-02-18 14:12:21 +03:30
location_string.go feat(niki): dockerize app 2024-02-18 14:12:21 +03:30
reflectwalk.go fix(docker): change port redis 2024-04-26 23:00:35 +03:30

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.