*: exported godoc fixups

This commit is contained in:
Anthony Romano
2016-02-21 05:05:03 -08:00
parent f6d8059ac1
commit c5b51946eb
23 changed files with 38 additions and 17 deletions

View File

@ -136,7 +136,7 @@ func NewError(errorCode int, cause string, index uint64) *Error {
}
}
// Only for error interface
// Error is for the error interface
func (e Error) Error() string {
return e.Message + " (" + e.Cause + ")"
}