Files
Krishna Yarlagadda cb029c6522 Add Go 1.24 support with ABIType parsing (#73)
* Add Go 1.24 support with ABIType parsing

- Add ABIType64/ABIType32 structs for Go 1.20+ type descriptors
- Extend moduledata version switch to support Go 1.21-1.24
- Update readRTypeName to handle Go 1.23-1.24 varint encoding
- Modify ParseType_impl to use ABIType for Go 1.20-1.24
- Add Go 1.21-1.24 support to interface methods and struct fields parsing
- Update pclntab parser version overrides for Go 1.21-1.24
- Document Go 1.24 support in README

Maintains backward compatibility while adding full support for
Go 1.24 binaries and newer runtime type descriptor formats.

* Remove specific Go 1.24 mention from version support section
2025-08-07 09:15:01 -04:00
..
2023-10-09 10:55:17 -04:00
2023-10-09 10:55:17 -04:00
2022-02-16 14:15:17 -05:00