Skip to content

qiniu/go-sdk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 20, 2023 16:27
cdn
June 20, 2023 16:27
December 6, 2023 17:31
October 13, 2023 17:57
September 11, 2023 11:44
October 13, 2023 10:34
qvs
June 20, 2023 16:27
rtc
September 11, 2023 11:44
sms
June 20, 2023 16:27
December 6, 2023 17:31
April 14, 2022 18:45
September 11, 2023 11:44
July 15, 2020 20:51
August 31, 2022 10:18
September 11, 2023 11:44
September 11, 2023 11:44
September 11, 2023 11:44

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

并且在项目中使用 "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

示例

参考代码