Skip to content

Commit

Permalink
doc/go1.18: mention debug/plan9obj.ErrNoSymbols
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ianlancetaylor committed Dec 23, 2021
1 parent af3b8cf commit 0e4b878
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/go1.18.html
Expand Up @@ -570,6 +570,17 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
</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 -->
Expand Down

0 comments on commit 0e4b878

Please sign in to comment.