From f0fcfde22b292f602fcb52a417f0827a50b2032f Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 28 Apr 2025 00:37:11 +0800 Subject: [PATCH] README: go/parser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1910c00..b4c9bf0a 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ Here are the Go packages that can be imported correctly: * [regexp/syntax](https://pkg.go.dev/regexp/syntax) * [go/token](https://pkg.go.dev/go/token) * [go/scanner](https://pkg.go.dev/go/scanner) +* [go/parser](https://pkg.go.dev/go/parser) ## Dependencies