Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 429 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 429 Bytes

Pan Go Sdk

该代码库为百度网盘开放平台Go语言的SDK,详细请参考官方技术文档https://pan.baidu.com/union/document/entrance

下载

go get -u github.com/jsyzchen/pan

并在项目中引入github.com/jsyzchen/pan

import (
    "github.com/jsyzchen/pan/auth"
    "github.com/jsyzchen/pan/file"
)

使用示例

参考代码