Skip to content

Commit

Permalink
JSON flags are not longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 23, 2015
1 parent 2ebb6dc commit 35fd7fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const (

type (
Error struct {
Err error `json:"error"`
Type ErrorType `json:"-"`
Meta interface{} `json:"meta"`
Err error
Type ErrorType
Meta interface{}
}

errorMsgs []*Error
Expand Down

0 comments on commit 35fd7fb

Please sign in to comment.