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:
parent
82e3ca7b7a
commit
ea196278aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user