Skip to content

Commit

Permalink
Add Falcon And Straf (#2710)
Browse files Browse the repository at this point in the history
* Added Falcon To Error Handling Section

* Fixed Navigation Of Error Handling

* Added straf
  • Loading branch information
ThundR67 authored and ceriath committed Sep 21, 2019
1 parent ee0f307 commit 0dfc091
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [errors](https://github.com/pkg/errors) - Package that provides simple error handling primitives.
* [errors](https://github.com/neuronlabs/errors) - Simple golang error handling with classification primitives.
* [errorx](https://github.com/joomcode/errorx) - A feature rich error package with stack traces, composition of errors and more.
* [Falcon](https://github.com/SonicRoshan/falcon) - A Simple Yet Highly Powerful Package For Error Handling.
* [go-multierror](https://github.com/hashicorp/go-multierror) - Go (golang) package for representing a list of errors as a single error.
* [tracerr](https://github.com/ztrue/tracerr) - Golang errors with stack trace and source fragments.
* [werr](https://github.com/txgruppi/werr) - Error Wrapper creates an wrapper for the error type in Go which captures the File, Line and Stack of where it was called.
Expand Down Expand Up @@ -1325,6 +1326,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang.
* [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters.
* [rql](https://github.com/a8m/rql) - Resource Query Language for REST API.
* [straf](https://github.com/SonicRoshan/straf) - Easily Convert Golang structs to GraphQL objects.

## Resource Embedding

Expand Down

0 comments on commit 0dfc091

Please sign in to comment.