Files
gf/README.MD

12 lines
149 B
Plaintext
Raw Normal View History

Go Frame - 轻量级的Go语言开发框架。
2017-09-04 16:29:10 +08:00
2017-11-23 10:23:23 +08:00
# 安装
2017-11-22 16:39:21 +08:00
```
2017-11-23 10:29:50 +08:00
go get -u gitee.com/johng/gf
2017-11-22 16:39:21 +08:00
````
2017-11-23 10:23:23 +08:00
# 使用
```go
2017-11-23 10:26:21 +08:00
import "gitee.com/johng/gf/g/xxx"
2017-11-23 10:23:23 +08:00
```