Searched defs:errorAddressString (Results 1 – 1 of 1) sorted by relevance
84 type errorAddressString struct { struct85 msg string // error message86 addr uintptr // memory address where the error occurred89 func (e errorAddressString) RuntimeError() {}91 func (e errorAddressString) Error() string {100 func (e errorAddressString) Addr() uintptr {