Skip to content

Commit 1825870

Browse files
committed
Update README
1 parent ae05e2b commit 1825870

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# json_errors
2-
JSON errors for Go Rest APIs.
1+
# `json_errors` provides a simple error handling for your REST applications. [![PkgGoDev](https://pkg.go.dev/badge/github.com/pchchv/json_errors)](https://pkg.go.dev/github.com/pchchv/json_errors) [![Go Report Card](https://goreportcard.com/badge/github.com/pchchv/json_errors)](https://goreportcard.com/report/github.com/pchchv/json_errors)
2+
3+
## Features
4+
5+
* Compatible with built-in `error` interface
6+
* Error wrapping
7+
* JSON escaping
8+
9+
#

0 commit comments

Comments
 (0)