Skip to content

qiniu/go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

018d6f3 · Apr 2, 2025
Oct 22, 2024
Jan 17, 2025
Oct 22, 2024
May 20, 2024
Oct 26, 2024
Dec 31, 2024
Apr 2, 2025
May 20, 2024
Jan 17, 2025
Apr 2, 2025
Sep 11, 2023
Oct 22, 2024
Oct 13, 2023
Dec 12, 2024
Mar 5, 2019
Sep 11, 2023
May 20, 2024
Jan 17, 2025
Apr 2, 2025
Dec 31, 2024
Apr 16, 2024
Apr 2, 2025
Apr 26, 2020
Dec 31, 2024
Jul 15, 2020
Apr 2, 2025
Aug 31, 2022
Sep 11, 2023
Sep 11, 2023
Jan 15, 2025
Jan 15, 2025
Apr 2, 2025

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

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

示例

参考代码