reflectwalk

reflectwwalk 是一个用于“遍历”复杂结构的 Go 库,类似于遍历文件系统。「reflectwalk is a Go library for "walking" complex structures, similar to walking a filesystem.」

  • Owner: mitchellh/reflectwalk
  • Platform: Linux, Mac, Windows
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

reflectwalk

reflectwwalk 是一个 Go 库,用于使用反射在 Go 中 “遍历” 一个值,与在文件系统上 “遍历” 目录树的方式相同。遍历复杂结构可以让您对未知结构(例如从 JSON 解码的结构)进行操作。

Main metrics

Overview
Name With Ownermitchellh/reflectwalk
Primary LanguageGo
Program languageGo (Language Count: 1)
PlatformLinux, Mac, Windows
License:MIT License
所有者活动
Created At2013-08-08 15:40:04
Pushed At2022-04-21 16:48:49
Last Commit At
Release Count3
Last Release Namev1.0.2 (Posted on )
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count277
Watchers Count7
Fork Count29
Commits Count65
Has Issues Enabled
Issues Count10
Issue Open Count2
Pull Requests Count13
Pull Requests Open Count2
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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.