go tus:用于tus可恢复上传协议的纯Go客户端 源码
哥斯 用于纯Go客户端 例 package main import ( "os" "github.com/eventials/go-tus" ) func main () { f , err := os . Open ( "my-file.txt" ) if err != nil { panic ( err ) } defer f . Close () // create the tus client. client , _ := tus . NewClient ( "https://tus.example.or
文件列表
go-tus-master.zip
(预估有个20文件)
go-tus-master
.travis.yml
171B
doc.go
426B
Dockerfile
230B
config_test.go
666B
errors.go
895B
client_test.go
6KB
LICENSE
1KB
upload.go
2KB
memorystore
暂无评论