This commit is contained in:
John
2017-11-23 10:29:50 +08:00
parent e02bc14dfd
commit fa2b998227
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ Go Frame - 轻量级的Go语言开发框架。
# 安装
```
go get gitee.com/johng/gf
go get -u gitee.com/johng/gf
````
# 使用

View File

@ -1,6 +1,6 @@
package g
package gf
// 框架信息
const VERSION = "0.40"
const VERSION = "0.50"
const AUTHORS = "john<john@johng.cn>"