Skip to content

qiniu/go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6da001b · Jun 3, 2024
May 20, 2024
Jun 3, 2024
May 20, 2024
May 20, 2024
May 20, 2024
Jun 3, 2024
May 20, 2024
May 20, 2024
Sep 11, 2023
Oct 13, 2023
Jun 20, 2023
Mar 5, 2019
Sep 11, 2023
May 20, 2024
May 20, 2024
Jun 3, 2024
Apr 14, 2022
Apr 16, 2024
Jun 3, 2024
Apr 26, 2020
May 20, 2024
Jul 15, 2020
Jun 3, 2024
Aug 31, 2022
Sep 11, 2023
Sep 11, 2023
May 20, 2024
May 20, 2024
Apr 16, 2024

Repository files navigation

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

示例

参考代码