Closed deadprogram closed 1 year ago
cc @cmaglie :smile_cat:
Sorry to be a pest but Go 1.21 rc4 is now out, so probably the final release is coming anytime. Any chance to getting this reviewed, please? :smile_cat:
Hi @deadprogram
I've pushed more commits with the changes I proposed in this PR. I tested it and seems to work fine.
I'll keep the change here for a couple of days for you to check, and eventually merge them.
Thanks for the refinements @cmaglie at first glance it looks good. I will check it out in more detail this evening and get back to you.
Thank you for the additions @cmaglie let's merge and release please!
This is needed starting with Go 1.21 due to stricter enforcement of rules about adding methods to existing types, now including C types. It should fix #162
See https://github.com/golang/go/issues/60725 for further details.