...
1English | [简体中文](README-CN.md)
2
3
4## Alibaba Cloud Tea Util for Go
5
6## Requirements
7- It's necessary for you to make sure your system have installed a Go environment which is new 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/tea-utils
14```
15
16## Issues
17[Opening an Issue](https://github.com/aliyun/tea-util/issues/new), Issues not conforming to the guidelines may be closed immediately.
18
19## Changelog
20Detailed changes for each release are documented in the [release notes](./ChangeLog.txt).
21
22## References
23* [Latest Release](https://github.com/aliyun/tea-util/releases)
24
25## License
26[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
27
28Copyright (c) 2009-present, Alibaba Cloud All rights reserved.
View as plain text