Compare commits
No commits in common. "976b13bd38f372cc2be7f8a69854a5054cb94290" and "e3d24ae1effca1db05872a885b8e0728aac5d76a" have entirely different histories.
976b13bd38
...
e3d24ae1ef
|
@ -13,7 +13,7 @@ type Err struct {
|
||||||
// error small description
|
// error small description
|
||||||
Reason string `json:"reason"`
|
Reason string `json:"reason"`
|
||||||
// associated HTTP status
|
// associated HTTP status
|
||||||
Status int `json:"-"`
|
Status int
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e Err) Error() string {
|
func (e Err) Error() string {
|
||||||
|
|
Loading…
Reference in New Issue