mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-10 00:22:27 +08:00
21 lines
617 B
Markdown
21 lines
617 B
Markdown
github.com/qiniu/api.v7 (Qiniu Go SDK v7.x)
|
|
===============
|
|
|
|
[](https://travis-ci.org/qiniu/api.v7) [](https://godoc.org/github.com/qiniu/api.v7)
|
|
|
|
[](http://qiniu.com/)
|
|
|
|
# 下载
|
|
|
|
```
|
|
go get -u github.com/qiniu/api.v7
|
|
```
|
|
|
|
# 文档
|
|
|
|
[七牛SDK文档站](https://developer.qiniu.com/kodo/sdk/1238/go) 或者 [项目WIKI](https://github.com/qiniu/api.v7/wiki)
|
|
|
|
# 示例
|
|
|
|
[参考代码](https://github.com/qiniu/api.v7/tree/master/examples)
|