Add Confetti Framework (#3526)

**Please provide package links to:**

- github.com repo: https://github.com/confetti-framework/confetti
- pkg.go.dev: https://pkg.go.dev/github.com/confetti-framework/confetti
- goreportcard.com: https://goreportcard.com/report/github.com/confetti-framework/confetti
- coverage service link ([codecov](https://github.com/confetti-framework/confetti/blob/main/test/README.md)

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added pkg.go.dev link to the repo and to my pull request.
- [x] I have added coverage service link to the repo and to my pull request.
- [x] I have added goreportcard link to the repo and to my pull request.
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
This commit is contained in:
Reindert 2021-03-27 12:44:08 +01:00 committed by GitHub
parent e8846b8d60
commit b81d4f5d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2178,6 +2178,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [Banjo](https://github.com/nsheremet/banjo) - Very simple and fast web framework for Go.
* [Beego](https://github.com/astaxie/beego) - beego is an open-source, high-performance web framework for the Go programming language.
* [Buffalo](http://gobuffalo.io) - Bringing the productivity of Rails to Go!
* [Confetti Framework](https://www.confetti-framework.com) - Confetti is a Go web application framework with an expressive, elegant syntax. Confetti combines the elegance of Laravel and the simplicity of Go.
* [Echo](https://github.com/labstack/echo) - High performance, minimalist Go web framework.
* [Fiber](https://github.com/gofiber/fiber) - An Express.js inspired web framework build on Fasthttp.
* [Fireball](https://github.com/zpatrick/fireball) - More "natural" feeling web framework.