From 431612eacb1089ad2e264e2aea3b8c9370e9bc62 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Wed, 26 Jul 2023 10:40:12 -0700 Subject: [PATCH] doc/go1.21: finish last TODO for go/types.Package.GoVersion Updates #58645. Change-Id: I7352bf7f03c478d92ebd0b8345d676d5b2dfccb7 Reviewed-on: https://go-review.googlesource.com/c/go/+/513475 Auto-Submit: Matthew Dempsky Reviewed-by: Dmitri Shuralyov TryBot-Bypass: Matthew Dempsky Reviewed-by: Dmitri Shuralyov Reviewed-by: Robert Griesemer --- doc/go1.21.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/go1.21.html b/doc/go1.21.html index a3a019fe5b7e83..0698ac109ebaeb 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -759,7 +759,8 @@

Minor changes to the library

go/types

- TODO: https://go.dev/cl/507975: go/types: record Config.GoVersion for reporting in Package.GoVersion method; modified api/go1.21.txt + The new Package.GoVersion + method returns the Go language version used to check the package.