fix: remove error status from json
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
xdrm-brackets 2021-05-18 11:10:12 +02:00
parent e3d24ae1ef
commit 3bb02fcbb7
No known key found for this signature in database
GPG Key ID: 99F952DD5DE2439E
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
Status int `json:"-"`
}
func (e Err) Error() string {