https://github.com/badu/reflect
What you could call "reflect lite"
https://github.com/badu/reflect
go golang package reflect
Last synced: about 1 year ago
JSON representation
What you could call "reflect lite"
- Host: GitHub
- URL: https://github.com/badu/reflect
- Owner: badu
- License: apache-2.0
- Created: 2017-02-18T06:34:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T07:45:42.000Z (over 7 years ago)
- Last Synced: 2024-06-20T17:45:33.264Z (about 2 years ago)
- Topics: go, golang, package, reflect
- Language: Go
- Homepage:
- Size: 153 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reflect
Standard `reflect` package arranged for my needs (using reflect on low memory devices with minimum costs). Now there is a [reflect light](https://github.com/golang/go/tree/master/src/internal/reflectlite) package that can be used.