Skip to content

Commit

Permalink
Generated golang 2020-01-16 for DAS.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jul 17, 2020
1 parent 5aef6ef commit 05693b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2020-07-17 Version: v1.0.1
- Generated golang 2020-01-16 for DAS.

2020-07-15 Version: v1.0.0
- Generated golang 2020-01-16 for DAS.

Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/DAS-20200116
go get github.com/alibabacloud-go/das-20200116
```

## 问题
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
If you use `go mod` to manage your dependence, you can use the following command:

```sh
$ go get github.com/alibabacloud-go/DAS-20200116
$ go get github.com/alibabacloud-go/das-20200116
```

## Issues
Expand Down
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
module github.com/alibabacloud-go/das-20200116

go 1.14

require (
github.com/alibabacloud-go/endpoint-util v1.1.0
github.com/alibabacloud-go/tea v1.1.7
github.com/alibabacloud-go/tea-rpc v1.1.3
github.com/alibabacloud-go/tea-utils v1.3.0
github.com/alibabacloud-go/tea-rpc v1.1.3
github.com/alibabacloud-go/endpoint-util v1.1.0
)

0 comments on commit 05693b8

Please sign in to comment.