Golang Gin Web 框架教程:修订历史

本页内容

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

    2022年9月27日 (星期二)

    • 当前之前 13:572022年9月27日 (二) 13:57Neo 讨论 贡献 1,628字节 +1,628 创建页面,内容为“Gin<ref>https://github.com/gin-gonic/gin#installation</ref> 是一个用 Go (Golang) 编写的 Web 框架。 它具有类似 martini<ref>https://github.com/go-martini/martini</ref> 的 API,性能要好得多,多亏了 httprouter<ref>https://github.com/julienschmidt/httprouter</ref>,速度提高了 40 倍。 如果需要性能和良好的生产力,你一定会喜欢 Gin。 由于Gin的简单高效,上手成本极低,很多刚开始学习Golang会把…”