diff --git a/doc/go1.22.html b/doc/go1.22.html index c1535cc275..7642ff5bfd 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -508,8 +508,9 @@ Do not send CLs removing the interior tags from such phrases.
go/types
-

- TODO: https://go.dev/issue/62037: add Info.PkgName method +

+ The new helper method PkgNameOf returns the local package name + for the given import declaration.

@@ -523,10 +524,6 @@ Do not send CLs removing the interior tags from such phrases. types.SizesFor("gc", "amd64").

-

- TODO: https://go.dev/cl/541575: go/types, types2: implement Info.PkgNameOf; modified api/next/62037.txt -

-

TODO: https://go.dev/cl/541737: go/types, types2: implement Alias proposal (export API); modified api/next/63223.txt