Proper native types are returned from __native__ for simple typedefs
Previously Go typedefs for simple types (e.g. `type myInt int`) would return the underlying base type (e.g. `int`) from __native__. They now correctly convert to the typedef when used in a Go context.
Showing
Please register or sign in to comment