README update

This commit is contained in:
John Guo 2021-10-11 21:43:27 +08:00
parent 1bc0635f8b
commit 54dd11f511
2 changed files with 6 additions and 6 deletions

View File

@ -16,16 +16,16 @@ of Golang.
# Installation
```
go get -u -v github.com/gogf/gf
go get -u -v github.com/gogf/gf/v2
```
suggested using `go.mod`:
```
require github.com/gogf/gf latest
require github.com/gogf/gf/v2 latest
```
# Limitation
```
golang version >= 1.11
golang version >= 1.14
```
# Architecture

View File

@ -30,16 +30,16 @@
# 安装
```html
go get -u -v github.com/gogf/gf
go get -u -v github.com/gogf/gf/v2
```
推荐使用 `go.mod`:
```
require github.com/gogf/gf latest
require github.com/gogf/gf/v2 latest
```
# 限制
```shell
golang版本 >= 1.11
golang版本 >= 1.14
```