• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis.ymlH A D02-May-201913

LICENSEH A D02-May-20191.1 KiB

README.mdH A D02-May-2019274

go.modH A D02-May-201940

location.goH A D02-May-2019213

location_string.goH A D02-May-2019477

reflectwalk.goH A D02-May-20198.1 KiB

reflectwalk_test.goH A D02-May-201914.2 KiB

README.md

1# reflectwalk
2
3reflectwalk is a Go library for "walking" a value in Go using reflection,
4in the same way a directory tree can be "walked" on the filesystem. Walking
5a complex structure can allow you to do manipulations on unknown structures
6such as those decoded from JSON.
7