1

我试图安装Golang的Google云存储SDK时出现错误。golang谷歌存储复制错误

go get -u cloud.google.com/go/storage 

# cloud.google.com/go/storage 
../../../../cloud.google.com/go/storage/copy.go:81: cannot use 
res.TotalBytesRewritten (type int64) as type uint64 in argument to c.ProgressFunc 
../../../../cloud.google.com/go/storage/copy.go:81: cannot use 
res.ObjectSize (type int64) as type uint64 in argument to c.ProgressFunc 

这发生在其他人身上吗?你是如何解决这个问题的?先谢谢你!

+0

我知道它太看起来像一些最新的承诺打破了这个库... – JosMac

+0

现在它似乎再次确定 - 部署工作,并在github问题已关闭此问题已关闭 – JosMac

回答