Skip to content

Commit 7d9ae7e

Browse files
authored
Add gin.
1 parent 9b2957a commit 7d9ae7e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,29 +2112,30 @@ func main() {
21122112
<details>
21132113
<summary>Web 框架</summary>
21142114
2115-
- [Macaron](https://go-macaron.com/):模块化 Web 框架
2116-
- [Beego](http://beego.me/):重量级 Web 框架
2117-
- [Revel](https://github.com/revel/revel):较早成熟的重量级 Web 框架
2115+
- [gin](https://github.com/gin-gonic/gin): HTTP Web框架,它具有类似Martini的API,具有更好的性能
2116+
- [Macaron](https://go-macaron.com/): 模块化 Web 框架
2117+
- [Beego](http://beego.me/): 重量级 Web 框架
2118+
- [Revel](https://github.com/revel/revel): 较早成熟的重量级 Web 框架
21182119
- [Martini](https://github.com/go-martini/martini): 一个强大为了编写模块化 Web 应用而生的 Go 语言框架
21192120
21202121
</details>
21212122
21222123
<details>
21232124
<summary>ORM 以及数据库驱动</summary>
21242125
2125-
- [gorm](https://github.com/jinzhu/gorm)支持 MySQL、PostgreSQL、SQLite3 以及 SQL Server
2126-
- [xorm](https://github.com/go-xorm/xorm)支持 MySQL、PostgreSQL、SQLite3 以及 MsSQL
2127-
- [mgo](http://labix.org/mgo)MongoDB 官方推荐驱动
2126+
- [gorm](https://github.com/jinzhu/gorm): 支持 MySQL、PostgreSQL、SQLite3 以及 SQL Server
2127+
- [xorm](https://github.com/go-xorm/xorm): 支持 MySQL、PostgreSQL、SQLite3 以及 MsSQL
2128+
- [mgo](http://labix.org/mgo): MongoDB 官方推荐驱动
21282129
21292130
</details>
21302131
21312132
<details>
21322133
<summary>辅助站点</summary>
21332134
2134-
- [Go Walker](https://gowalker.org)Go 语言在线 API 文档
2135-
- [gobuild.io](http://gobuild.io/)Go 语言在线二进制编译与下载
2136-
- [Rego](http://regoio.herokuapp.com/)Go 语言正则在线测试
2137-
- [gopm.io](https://gopm.io)科学下载第三方包
2135+
- [Go Walker](https://gowalker.org): Go 语言在线 API 文档
2136+
- [gobuild.io](http://gobuild.io/): Go 语言在线二进制编译与下载
2137+
- [Rego](http://regoio.herokuapp.com/): Go 语言正则在线测试
2138+
- [gopm.io](https://gopm.io): 科学下载第三方包
21382139
21392140
</details>
21402141

0 commit comments

Comments
 (0)