[ ソース: golang-github-mitchellh-reflectwalk ]
パッケージ: golang-github-mitchellh-reflectwalk-dev (1.0.1-1)
golang-github-mitchellh-reflectwalk-dev に関するリンク
Debian の資源:
golang-github-mitchellh-reflectwalk ソースパッケージをダウンロード:
- [golang-github-mitchellh-reflectwalk_1.0.1-1.dsc]
- [golang-github-mitchellh-reflectwalk_1.0.1.orig.tar.gz]
- [golang-github-mitchellh-reflectwalk_1.0.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-go-viper-mapstructure-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-mitchellh-pointerstructure-dev
- libdata-uriencode-perl
- golang-github-r3labs-diff-dev
- golang-github-francoispqt-gojay-dev
- fq
- golang-github-alecthomas-jsonschema-dev
- golang-github-oleiade-reflections-dev
- xmlstarlet
- golang-github-neelance-astrewrite-dev
library for "walking" complex structures, similar to walking a filesystem
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.