From b81d4f5d4307dc77ec8ed69ffe52fd4c68f63f2b Mon Sep 17 00:00:00 2001 From: Reindert <16726304+reindert-vetter@users.noreply.github.com> Date: Sat, 27 Mar 2021 12:44:08 +0100 Subject: [PATCH] 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). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f854491..8f2ceb54 100644 --- a/README.md +++ b/README.md @@ -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.