You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/qiniu/go-sdk/v7/README.md

1.4 KiB

github.com/qiniu/go-sdk

LICENSE Build Status Go Report Card GitHub release codecov GoDoc

Qiniu Logo

下载

使用 Go mod【推荐】

在您的项目中的 go.mod 文件内添加这行代码

require github.com/qiniu/go-sdk/v7 v7.16.0

并且在项目中使用 "github.com/qiniu/go-sdk/v7" 引用 Qiniu Go SDK。

例如

import (
    "github.com/qiniu/go-sdk/v7/auth"
    "github.com/qiniu/go-sdk/v7/storage"
)

Golang 版本需求

需要 go1.10 或者 1.10 以上

文档

七牛SDK文档站 或者 项目WIKI

示例

参考代码