filestore-server icon indicating copy to clipboard operation
filestore-server copied to clipboard

Go仿写百度云盘,企业级分布式云存储系统

Results 2 filestore-server issues
Sort by recently updated
recently updated
newest added

``` > go mod tidy github.com/OctopusLian/filestore-server/service/apigw/handler imports github.com/micro/go-plugins/wrapper/breaker/hystrix: ambiguous import: found package github.com/micro/go-plugins/wrapper/breaker/hystrix in multiple modules: github.com/micro/go-plugins v1.5.1 (D:\code\go\pkg\mod\github.com\micro\[email protected]\wrapper\breaker\hystrix) github.com/micro/go-plugins/wrapper/breaker/hystrix v0.0.0-20200119172437-4fe21aa238fd (D:\code\go\pkg\mod\github.com\micro\go-plugins\wrapper\breaker\[email protected]) github.com/OctopusLian/filestore-server/service/apigw/handler imports github.com/micro/go-plugins/wrapper/ratelimiter/ratelimit: ambiguous import: found package github.com/micro/go-plugins/wrapper/ratelimiter/ratelimit...

bug

通过Golang来实现一个支持断点续传和秒传的分布式云存储服务系统。课程中老师将手把手带你从快速构建“云存储”原型系统,到分块上传,到搭建访问阿里云,最后进行系统的微服务化,让你快速掌握架构传输性能和稳定性的优化过程。