# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
github.com/qiniu/go-sdk
下载
使用 Go mod【推荐】
在您的项目中的 go.mod
文件内添加这行代码
require github.com/qiniu/go-sdk/v7 v7.25.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 以上