From 0e4b878258ffc3fca6a8fc6a98ebd81fc933b249 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 21 Dec 2021 11:59:19 -0800 Subject: [PATCH] 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 --- doc/go1.18.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/go1.18.html b/doc/go1.18.html index 4d5184017e928..a87e3f45f1e69 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -570,6 +570,17 @@

Minor changes to the library

+
debug/plan9obj
+
+

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

+
+
+
go/ast