Add Falcon And Straf (#2710)

* Added Falcon To Error Handling Section

* Fixed Navigation Of Error Handling

* Added straf
This commit is contained in:
Roshan Mehta 2019-09-22 03:09:43 +05:30 committed by Ceriath
parent ee0f3073ca
commit 0dfc091fbb

View File

@ -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/pkg/errors) - Package that provides simple error handling primitives.
* [errors](https://github.com/neuronlabs/errors) - Simple golang error handling with classification 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. * [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. * [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. * [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. * [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.
@ -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. * [jsonql](https://github.com/elgs/jsonql) - JSON query expression library in Golang.
* [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters. * [jsonslice](https://github.com/bhmj/jsonslice) - Jsonpath queries with advanced filters.
* [rql](https://github.com/a8m/rql) - Resource Query Language for REST API. * [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 ## Resource Embedding