mirror of
https://github.com/golang/go
synced 2024-11-17 06:44:42 -07:00
doc: add release note for go/types/PkgNameOf
For #62037. Change-Id: Id1d02f88205e5ea62662e78c8313731ec9e55b1e Reviewed-on: https://go-review.googlesource.com/c/go/+/546975 Reviewed-by: Alan Donovan <adonovan@google.com> TryBot-Bypass: Robert Griesemer <gri@google.com> Reviewed-by: Robert Griesemer <gri@google.com> Auto-Submit: Robert Griesemer <gri@google.com>
This commit is contained in:
parent
ba519019d2
commit
49f022cfa3
@ -508,8 +508,9 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
|
|
||||||
<dl id="go/types"><dt><a href="/pkg/go/types/">go/types</a></dt>
|
<dl id="go/types"><dt><a href="/pkg/go/types/">go/types</a></dt>
|
||||||
<dd>
|
<dd>
|
||||||
<p><!-- https://go.dev/issue/62037 -->
|
<p><!-- https://go.dev/issue/62037, CL 541575 -->
|
||||||
TODO: <a href="https://go.dev/issue/62037">https://go.dev/issue/62037</a>: add Info.PkgName method
|
The new helper method <a href="/pkg/go/types#Info.PkgNameOf"><code>PkgNameOf</code></a> returns the local package name
|
||||||
|
for the given import declaration.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- https://go.dev/issue/63223 -->
|
<p><!-- https://go.dev/issue/63223 -->
|
||||||
@ -523,10 +524,6 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
<code>types.SizesFor("gc", "amd64")</code>.
|
<code>types.SizesFor("gc", "amd64")</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><!-- CL 541575 -->
|
|
||||||
TODO: <a href="https://go.dev/cl/541575">https://go.dev/cl/541575</a>: go/types, types2: implement Info.PkgNameOf; modified api/next/62037.txt
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p><!-- CL 541737 -->
|
<p><!-- CL 541737 -->
|
||||||
TODO: <a href="https://go.dev/cl/541737">https://go.dev/cl/541737</a>: go/types, types2: implement Alias proposal (export API); modified api/next/63223.txt
|
TODO: <a href="https://go.dev/cl/541737">https://go.dev/cl/541737</a>: go/types, types2: implement Alias proposal (export API); modified api/next/63223.txt
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user