...
1English | [简体中文](README-CN.md)
2
3
4# Alibaba Cloud cr SDK for Go
5
6## Requirements
7- It's necessary for you to make sure your system have installed Go environment which version greater than 1.12.0.
8
9## Installation
10If you use `go mod` to manage your dependence, you can use the following command:
11
12```sh
13$ go get github.com/alibabacloud-go/cr-20181201
14```
15
16## Issues
17[Opening an Issue](https://github.com/aliyun/alibabacloud-go-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.
18
19## Usage
20[Usage Document](https://github.com/aliyun/alibabacloud-go-sdk/blob/master/docs/Usage-EN.md#demo)
21
22## Changelog
23Detailed changes for each release are documented in the [release notes](./ChangeLog.txt).
24
25## References
26* [Latest Release](https://github.com/aliyun/alibabacloud-go-sdk/)
27
28## License
29[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
30
31Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
View as plain text