1
0
mirror of https://github.com/coreos/ignition.git synced 2026-02-06 18:47:54 +01:00
Files
Benjamin Gilbert d31ebcb231 go.mod: add deep-copy package
There are various libraries available.  This one is popular, seems
relatively maintained, and tags proper releases, but is unfortunately
somewhat large.
2023-04-10 00:33:59 -04:00
..
2023-04-10 00:33:59 -04:00
2023-04-10 00:33:59 -04:00
2023-04-10 00:33:59 -04:00
2023-04-10 00:33:59 -04:00
2023-04-10 00:33:59 -04:00

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.