go-reflect icon indicating copy to clipboard operation
go-reflect copied to clipboard

Fully not compatible with reflect

Open sujit-baniya opened this issue 3 years ago • 1 comments

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

sujit-baniya avatar Jul 28 '21 15:07 sujit-baniya

reflect.Type.Method(i) also panics unfortunately.

antonmedv avatar Oct 28 '22 19:10 antonmedv