This commit is contained in:
John
2017-11-23 10:23:23 +08:00
parent 9fdd1c6a20
commit 31751c31c1

View File

@ -1,6 +1,11 @@
Go Frame - 轻量级的Go语言开发框架。
# 安装
```
go get gitee.com/johng/gf
````
# 使用
```go
import "giteecom/johng/gf/g/xxx"
```