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
李光春 fdd6dfbc63
- update vendor
1 year ago
..
auth - update vendor 1 year ago
client update vendor 2 years ago
conf - update vendor 1 year ago
internal - update vendor 1 year ago
reqid update vendor 2 years ago
storage - update vendor 1 year ago
.gitignore update vendor 2 years ago
CHANGELOG.md - update vendor 1 year ago
LICENSE update vendor 2 years ago
Makefile update vendor 2 years ago
OWNERS update vendor 2 years ago
README.md - update vendor 1 year ago
codecov.yml - update vendor 1 year ago
doc.go update vendor 2 years ago
err.go update vendor 2 years ago
types.go update vendor 2 years ago

README.md

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.15.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

示例

参考代码