niki/vendor/github.com/mitchellh/reflectwalk
mehdi b039bfcb95 feat(niki): add swagger not completed 2024-05-14 16:37:09 +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 feat(niki): add swagger not completed 2024-05-14 16:37:09 +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.