doc/go1.18: mention debug/plan9obj.ErrNoSymbols

For #47694
For #48052

Change-Id: I136be9b498033309d876099aae16bad330555416
Reviewed-on: https://go-review.googlesource.com/c/go/+/373774
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
Ian Lance Taylor 2021-12-21 11:59:19 -08:00
parent af3b8cf502
commit 0e4b878258

View file

@ -570,6 +570,17 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- debug/elf -->
<dl id="debug/plan9obj"><dt><a href="/pkg/debug/plan9obj/">debug/plan9obj</a></dt>
<dd>
<p><!-- CL 350229 -->
The <a href="/pkg/debug/plan9obj#File.Symbols">File.Symbols</a>
method now returns the new exported error
value <a href="/pkg/debug/plan9obj#ErrNoSymbols">ErrNoSymbols</a>
if the file has no symbol section.
</p>
</dd>
</dl><!-- debug/plan9obj -->
<dl id="go/ast"><dt><a href="/pkg/go/ast/">go/ast</a></dt>
<dd>
<p><!-- https://golang.org/issue/47781, CL 325689, CL 327149, CL 348375, CL 348609 -->