Skip to content

jsyzchen/pan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
)

使用示例

参考代码