aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2019-08-08 14:08:48 -0400
committerFilippo Valsorda <filippo@golang.org>2019-08-08 18:44:16 +0000
commitfc23e216319f9e4338720dbd28e1cdedc0896b4d (patch)
treef2b4ff18d9609d89b91b213d08afca6d11a156fc /api
parentf4be93a8f1ab2cbcdec5e0502fdf20de0b279265 (diff)
downloadgo-fc23e216319f9e4338720dbd28e1cdedc0896b4d.tar.gz
go-fc23e216319f9e4338720dbd28e1cdedc0896b4d.zip
api/go1.13: add debug/elf.Symbol fields added in CL 184099
These will need auditing per #32813 like a few others in go1.13.txt, but in the meantime they break the API check for beta/RC releases. Updates #32813 Updates #31912 Change-Id: I3b0501b46324ee6fc0985f84971b99b772c7e4a4 Reviewed-on: https://go-review.googlesource.com/c/go/+/189458 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/go1.13.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/go1.13.txt b/api/go1.13.txt
index d964d64019..bb0f683b37 100644
--- a/api/go1.13.txt
+++ b/api/go1.13.txt
@@ -39,6 +39,8 @@ pkg debug/dwarf, method (*UnsupportedType) String() string
pkg debug/dwarf, type UnsupportedType struct
pkg debug/dwarf, type UnsupportedType struct, embedded CommonType
pkg debug/dwarf, type UnsupportedType struct, Tag Tag
+pkg debug/elf, type Symbol struct, Library string
+pkg debug/elf, type Symbol struct, Version string
pkg encoding/csv, method (*ParseError) Unwrap() error
pkg encoding/json, method (*MarshalerError) Unwrap() error
pkg errors, func As(error, interface{}) bool