Skip to content

Commit

Permalink
修复由于变量作用域导致的分片上传的数据错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyzchen committed Feb 22, 2021
1 parent b7244eb commit 62c04e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### 使用Go mod
在您的项目中的`go.mod`文件内添加这行代码
```bash
require github.com/jsyzchen/pan v0.0.4
require github.com/jsyzchen/pan v0.0.5
```
并在项目中引入`github.com/jsyzchen/pan`
```go
Expand Down
2 changes: 1 addition & 1 deletion conf/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type TestDataConfig struct {
TranscodingType string
}

const Version = "0.0.4"
const Version = "0.0.5"

const (
BaiduOpenApiDomain = "https://openapi.baidu.com"
Expand Down

0 comments on commit 62c04e9

Please sign in to comment.