Skip to content

Commit 0e4b878

Browse files
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 <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Tobias Klauser <[email protected]>
1 parent af3b8cf commit 0e4b878

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/go1.18.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,17 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
570570
</dd>
571571
</dl><!-- debug/elf -->
572572

573+
<dl id="debug/plan9obj"><dt><a href="/pkg/debug/plan9obj/">debug/plan9obj</a></dt>
574+
<dd>
575+
<p><!-- CL 350229 -->
576+
The <a href="/pkg/debug/plan9obj#File.Symbols">File.Symbols</a>
577+
method now returns the new exported error
578+
value <a href="/pkg/debug/plan9obj#ErrNoSymbols">ErrNoSymbols</a>
579+
if the file has no symbol section.
580+
</p>
581+
</dd>
582+
</dl><!-- debug/plan9obj -->
583+
573584
<dl id="go/ast"><dt><a href="/pkg/go/ast/">go/ast</a></dt>
574585
<dd>
575586
<p><!-- https://golang.org/issue/47781, CL 325689, CL 327149, CL 348375, CL 348609 -->

0 commit comments

Comments
 (0)