完善文档

pull/21/merge
ouqiang 2017-05-09 17:34:28 +08:00
parent 98bf5ee058
commit 5276fb9074
1 changed files with 8 additions and 1 deletions

View File

@ -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
欢迎提交PR