1 个仓库
Logic to resolve nested pointers to their base concrete types during reflection.
Distinct from Pointer Type Analysis: Focuses on recursive unwrapping for field analysis rather than general pointer type analysis in an AST.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Recursive Pointer Unwrapping. Refine with filters or upvote what's useful.
Structs is a reflection utility and type inspection framework for Go. It provides tools for inspecting, converting, and validating data structures by extracting field names, tags, and values from Go objects. The library specializes in transforming Go structs into generic maps or slices for serialization and data manipulation. It utilizes tag-driven mapping to determine custom keys and exclusion rules during these transformations. The project covers broader capabilities including metadata extraction, type validation to verify if variables are structs or pointers, and initialization verificati
Resolves nested pointers to their base struct types to ensure consistent analysis regardless of memory address.