-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from zc2638/fix/readme
fix readme
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Golang 1.16+ | |
## Installation | ||
|
||
```shell | ||
go get -u github.com/zc2638/[email protected].2 | ||
go get -u github.com/zc2638/[email protected].3 | ||
``` | ||
|
||
**Tip:** As of `v1.2.0`, lower versions are no longer compatible. In order to be compatible with most web frameworks, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Golang 1.16+ | |
## 安装 | ||
|
||
```shell | ||
go get -u github.com/zc2638/[email protected].2 | ||
go get -u github.com/zc2638/[email protected].3 | ||
``` | ||
|
||
**Tip:** 从 `v1.2.0` 开始,低版本不再兼容。为了兼容大部分的web框架,整体架构做了很大的改动。 | ||
|