Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemk14ebr authored Feb 8, 2024
1 parent 5e8c513 commit 9c9af9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ As the Go compiler and runtime have changed, so have the embedded metadata struc

The `moduledata` table used to extract types doesn't exist prior to Go 1.5, so this library will never support extracting types from very old Go versions.

This library current handles legacy `pclntab` (pre Go 1.2), 1.2, 1.16, 1.18, 1.19, and 1.20.
This library current handles legacy `pclntab` (pre Go 1.2), 1.2, 1.16, 1.18, 1.19, 1.20, 1.21, 1.22.

# Contributions
Much of the source code from GoReSym is copied from the upstream Go compiler source directory `/internal`. To make this work, we've had to massage the source a bit. If you want to contribute to GoReSym, read on so we can explain this import process.
Expand Down

0 comments on commit 9c9af9a

Please sign in to comment.