From: Ian Lance Taylor Date: Tue, 21 Dec 2021 19:59:19 +0000 (-0800) Subject: doc/go1.18: mention debug/plan9obj.ErrNoSymbols X-Git-Tag: go1.18beta2~182 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0e4b878258ffc3fca6a8fc6a98ebd81fc933b249;p=gostls13.git 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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Tobias Klauser --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 4d5184017e..a87e3f45f1 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -570,6 +570,17 @@ Do not send CLs removing the interior tags from such phrases. +
debug/plan9obj
+
+

+ The File.Symbols + method now returns the new exported error + value ErrNoSymbols + if the file has no symbol section. +

+
+
+
go/ast