Skip to content
/ pan Public
forked from jsyzchen/pan

A go sdk for baidu netdisk open platform 百度网盘开放平台 Go SDK

License

Notifications You must be signed in to change notification settings

beshrek/pan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pan Go Sdk

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

下载

go get -u github.com/beshrek/pan

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

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

使用示例

参考代码

About

A go sdk for baidu netdisk open platform 百度网盘开放平台 Go SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%