Compare commits

..

No commits in common. "976b13bd38f372cc2be7f8a69854a5054cb94290" and "e3d24ae1effca1db05872a885b8e0728aac5d76a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ type Err struct {
// error small description
Reason string `json:"reason"`
// associated HTTP status
Status int `json:"-"`
Status int
}
func (e Err) Error() string {