An open API service indexing awesome lists of open source software.

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"

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.