From 436ee90423b263d73db66e3fb7011cfe6eb6e4af Mon Sep 17 00:00:00 2001 From: axzilla Date: Sat, 12 Oct 2024 11:29:07 +0200 Subject: [PATCH] Add Goilerplate to Web Frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad85027ebe7..ba40551be46 100644 --- a/README.md +++ b/README.md @@ -3035,6 +3035,7 @@ _Full stack web frameworks._ - [goa](https://github.com/goa-go/goa) - goa is just like koajs for golang, it is a flexible, light, high-performance and extensible web framework based on middleware. - [GoFr](https://github.com/gofr-dev/gofr) - Gofr is an opinionated microservice development framework. - [GoFrame](https://github.com/gogf/gf) - GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. +- [Goilerplate](https://github.com/axzilla/goilerplate) - Modern UI Components for Go & Templ. - [golamb](https://github.com/twharmon/golamb) - Golamb makes it easier to write API endpoints for use with AWS Lambda and API Gateway. - [Golax](https://github.com/fulldump/golax) - A non Sinatra fast HTTP framework with support for Google custom methods, deep interceptors, recursion and more. - [Golf](https://github.com/dinever/golf) - Golf is a fast, simple and lightweight micro-web framework for Go. It comes with powerful features and has no dependencies other than the Go Standard Library.