go-reflect
go-reflect copied to clipboard
Fully not compatible with reflect
This library still not compatible with standard reflect.
For e.g.
p.Type().Field(i).Tag
and there are some methods and properties not available in this library
reflect.Type.Method(i)
also panics unfortunately.