From 4322f8de1352892c83e48a8194d99098aa8e195b Mon Sep 17 00:00:00 2001 From: biubiue Date: Tue, 1 Mar 2022 16:00:51 +0800 Subject: [PATCH] fix: readme.md Beego link (#4069) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bf439b97..6b063fc2 100644 --- a/README.md +++ b/README.md @@ -1744,7 +1744,6 @@ _Libraries for using OpenGL in Go._ _Libraries that implement Object-Relational Mapping or datamapping techniques._ -- [beego orm](https://github.com/beego/beego) - Powerful orm framework for go. Support: pq/mysql/sqlite3. - [cacheme](https://github.com/Yiling-J/cacheme-go) - Schema based, typed Redis caching/memoize framework for Go. - [ent](https://github.com/facebook/ent) - An entity framework for Go. Simple, yet powerful ORM for modeling and querying data. - [go-firestorm](https://github.com/jschoedt/go-firestorm) - A simple ORM for Google/Firebase Cloud Firestore. @@ -2541,7 +2540,7 @@ _Full stack web frameworks._ - [Air](https://github.com/aofei/air) - An ideally refined web framework for Go. - [appy](https://github.com/appist/appy) - An opinionated productive web framework that helps scaling business easier. - [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. +- [Beego](https://github.com/beego/beego) - beego is an open-source, high-performance web framework for the Go programming language. - [Buffalo](https://gobuffalo.io) - Bringing the productivity of Rails to Go! - [Confetti Framework](https://confetti-framework.github.io/docs/) - 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.