Projects STRLCPY GoReSym Commits ed66184b
🤬
  • ■ ■ ■ ■
    README.md
    skipped 84 lines
    85 85   
    86 86  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.
    87 87   
    88  -This library current handles legacy `pclntab` (pre Go 1.2), 1.2, 1.16, and 1.18.
     88 +This library current handles legacy `pclntab` (pre Go 1.2), 1.2, 1.16, 1.18, 1.19, and 1.20.
    89 89   
    90 90  # Contributions
    91 91  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.
    skipped 32 lines
Please wait...
Page is in error, reload to recover