proxy.golang.org : github.com/polarpanda611/reflections
Package reflections provides high level abstractions above the reflect library. Reflect library is very low-level and as can be quite complex when it comes to do simple things like accessing a structure field value, a field tag... The purpose of reflections package is to make developers life easier when it comes to introspect structures at runtime. It's API is freely inspired from python language (getattr, setattr, hasattr...) and provides a simplified access to structure fields and tags.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/polarpanda611/reflections
License: MIT
Latest release: almost 9 years ago
First release: almost 9 years ago
Namespace: github.com/polarpanda611
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 25 days ago