Commit ea196278 authored by Rob Pike's avatar Rob Pike

debug/macho: add doc comment for FormatError

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7624044
parent 82e3ca7b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment