diff options
Diffstat (limited to 'vendor/github.com/mitchellh/reflectwalk/README.md')
-rw-r--r-- | vendor/github.com/mitchellh/reflectwalk/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/mitchellh/reflectwalk/README.md b/vendor/github.com/mitchellh/reflectwalk/README.md deleted file mode 100644 index ac82cd2e1..000000000 --- a/vendor/github.com/mitchellh/reflectwalk/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# 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. |