Skip to content

Commit fc23e21

Browse files
committed
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>
1 parent f4be93a commit fc23e21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/go1.13.txt

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ pkg debug/dwarf, method (*UnsupportedType) String() string
3939
pkg debug/dwarf, type UnsupportedType struct
4040
pkg debug/dwarf, type UnsupportedType struct, embedded CommonType
4141
pkg debug/dwarf, type UnsupportedType struct, Tag Tag
42+
pkg debug/elf, type Symbol struct, Library string
43+
pkg debug/elf, type Symbol struct, Version string
4244
pkg encoding/csv, method (*ParseError) Unwrap() error
4345
pkg encoding/json, method (*MarshalerError) Unwrap() error
4446
pkg errors, func As(error, interface{}) bool

0 commit comments

Comments
 (0)