forked from ebhomengo/niki
1
0
Fork 0
niki/vendor/github.com/mitchellh/reflectwalk
Erfan Mohammadi 86a962b0c9 style(niki): apply code formatting and linting (#85) 2024-07-25 03:15:04 +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 style(niki): apply code formatting and linting (#85) 2024-07-25 03:15:04 +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.