Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Oct 11, 2021
1 parent 1bc0635 commit 54dd11f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README_ZH.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 54dd11f

Please sign in to comment.