mirror of
https://gitee.com/johng/gf
synced 2026-06-24 16:56:17 +08:00
README
This commit is contained in:
@ -2,7 +2,7 @@ Go Frame - 轻量级的Go语言开发框架。
|
||||
|
||||
# 安装
|
||||
```
|
||||
go get gitee.com/johng/gf
|
||||
go get -u gitee.com/johng/gf
|
||||
````
|
||||
|
||||
# 使用
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
package g
|
||||
package gf
|
||||
|
||||
// 框架信息
|
||||
const VERSION = "0.40"
|
||||
const VERSION = "0.50"
|
||||
const AUTHORS = "john<john@johng.cn>"
|
||||
|
||||
Reference in New Issue
Block a user