fix: remove error status from json #22

Merged
xdrm-brackets merged 1 commits from fix/json-err-status into 0.3.0 2021-05-18 09:10:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3bb02fcbb7 - Show all commits

View File

@ -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 Status int `json:"-"`
} }
func (e Err) Error() string { func (e Err) Error() string {