Add documentation

This commit is contained in:
Derek Parker
2015-06-12 13:55:42 -05:00
parent 3fba1f7113
commit f627044f67

View File

@ -71,6 +71,8 @@ func (g *G) chanRecvReturnAddr(dbp *DebuggedProcess) (uint64, error) {
return topLoc.addr, nil
}
// NoGError returned when a G could not be found
// for a specific thread.
type NoGError struct {
tid int
}