-
Notifications
You must be signed in to change notification settings - Fork 0
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 #13 from MarioMang/dev
[update]: 修改版本号
- Loading branch information
Showing
1 changed file
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ Hitokoto是一个开源的短句子分享平台,旨在让用户分享和发现 | |
使用Hitokoto GO SDK前,需要先安装golang。安装完成后,使用go get工具可以轻松地安装Hitokoto GO SDK: | ||
|
||
``` bash | ||
go get github.com/MarioMang/[email protected].1 | ||
go get github.com/MarioMang/[email protected].2 | ||
``` | ||
|
||
## 使用方法 | ||
|
@@ -33,7 +33,7 @@ go get github.com/MarioMang/[email protected] | |
使用 go get 或者在 go.mod 中手动添加 | ||
|
||
``` text | ||
required github.com/mariomang/hitokoto-go v1.0.1 | ||
required github.com/mariomang/hitokoto-go v1.0.2 | ||
``` | ||
|
||
### 初始化 | ||
|