From 5276fb9074784a5d3d4ca65a7668082a07733879 Mon Sep 17 00:00:00 2001 From: ouqiang Date: Tue, 9 May 2017 17:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a8475d..9a5b4e8 100644 --- a/README.md +++ b/README.md @@ -55,5 +55,12 @@ * 网站访问设置IP白名单 * SSH登录设置IP白名单 +## 程序使用的组件 +* web框架 [Macaron](http://go-macaron.com/) +* 定时任务调度 [cron](https://github.com/robfig/cron) +* ORM [Xorm](https://github.com/go-xorm/xorm) +* UI框架 [Semantic UI](https://semantic-ui.com/) +* 依赖管理(所有依赖包放入vendor目录) [govendor](https://github.com/kardianos/govendor) + ## 贡献 -欢迎提交PR \ No newline at end of file +欢迎提交PR