1
0
mirror of https://github.com/golang/go synced 2024-11-23 06:20:07 -07:00

debug/macho: add doc comment for FormatError

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7624044
This commit is contained in:
Rob Pike 2013-03-11 12:32:47 -07:00
parent 82e3ca7b7a
commit ea196278aa

View File

@ -142,6 +142,8 @@ type Dysymtab struct {
* Mach-O reader
*/
// FormatError is returned by some operations if the data does
// not have the correct format for an object file.
type FormatError struct {
off int64
msg string