Releases: ddymko/go-jsonerror
Releases · ddymko/go-jsonerror
v0.1.2
Enhancements
- Added in json tag to the
Errors
within the ErrorJson
struct so that Errors
are marshaled as errors
to fall in line with the json spec
v0.1.1
Enhancements
- Package name from
jsonError
to jsonerror
to fall in line with go conventions
- Renamed
jsonError.go
to json_error.go
along with the appropriate test to fall in line with go conventions
v.0.1.0
This package is to help wrap error responses to follow the jsonapi spec