niki/vendor/github.com/mitchellh/reflectwalk
alikafy 4185ef594b fix: rebase 2024-07-03 10:17:54 +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: rebase 2024-07-03 10:17:54 +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.