From 0c08ac179bf3c3e13c2f3ccf28b202e84781fb2e Mon Sep 17 00:00:00 2001 From: Stephen Eckels Date: Wed, 17 Aug 2022 12:25:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9aea4a..cc9933b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,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, and 1.18. +This library current handles legacy `pclntab` (pre Go 1.2), 1.2, 1.16, 1.18, 1.19, and 1.20. # 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.