# api.v6 **Repository Path**: mirrors_qiniu/api.v6 ## Basic Information - **Project Name**: api.v6 - **Description**: Qiniu Resource (Cloud) Storage SDK for Golang (v6.x) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Qiniu Resource Storage SDK for Golang === [![Build Status](https://travis-ci.org/qiniu/api.v6.svg?branch=develop)](https://travis-ci.org/qiniu/api.v6) [![GoDoc](https://godoc.org/github.com/qiniu/api.v6?status.svg)](https://godoc.org/github.com/qiniu/api.v6) [![Qiniu Logo](http://open.qiniudn.com/logo.png)](http://qiniu.com/) ## 更新信息 重要:如果您刚开始接入七牛,那么建议您采用 [Qiniu Go SDK v7.x](https://github.com/qiniu/api.v7),而不是 v6.x 版本。 ## 下载 ### 从 release 版本下载 下载地址:https://github.com/qiniu/api.v6/releases 这是我们建议的方式,release 版本有版本号,有 [CHANGELOG](https://github.com/qiniu/api.v6/blob/develop/CHANGELOG.md),使用规格也会比较稳定。 ### 从 git 库下载 你可以直接用 git clone 下载源代码来使用。但是请注意非 master 分支的代码在规格上可能承受变更,应谨慎使用。 ## 使用 参考文档:[七牛云存储 Go SDK 使用指南](http://developer.qiniu.com/docs/v6/sdk/go-sdk.html) ## 贡献代码 1. Fork 2. 创建您的特性分支 (`git checkout -b my-new-feature`) 3. 提交您的改动 (`git commit -am 'Added some feature'`) 4. 将您的修改记录提交到远程 `git` 仓库 (`git push origin my-new-feature`) 5. 然后到 github 网站的该 `git` 远程仓库的 `my-new-feature` 分支下发起 Pull Request ## 许可证 Copyright (c) 2012 qiniu.com 基于 MIT 协议发布: * [www.opensource.org/licenses/MIT](http://www.opensource.org/licenses/MIT)