From 8da6405e0db80fa0a4136fb816c7ca2db716c2b2 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 10 Nov 2023 10:52:12 -0800 Subject: go/types, types2: implement Info.PkgNameOf For #62037. Change-Id: I354f6417232708278d3f2b2d5ea41ff48e08d6b6 Reviewed-on: https://go-review.googlesource.com/c/go/+/541575 Reviewed-by: Alan Donovan Reviewed-by: Robert Findley TryBot-Result: Gopher Robot Reviewed-by: Robert Griesemer Auto-Submit: Robert Griesemer Run-TryBot: Robert Griesemer --- api/next/62037.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/next/62037.txt (limited to 'api') diff --git a/api/next/62037.txt b/api/next/62037.txt new file mode 100644 index 0000000000..78374214c8 --- /dev/null +++ b/api/next/62037.txt @@ -0,0 +1,2 @@ +pkg go/types, method (*Info) PkgNameOf(*ast.ImportSpec) *PkgName #62037 +pkg go/types, method (Checker) PkgNameOf(*ast.ImportSpec) *PkgName #62037 -- cgit v1.2.3-54-g00ecf