golang google存储复制错误

时间:2017-06-06 03:14:19

标签: go google-cloud-platform google-cloud-storage

尝试为Golang安装Google Cloud Storage SDK时出错。

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

这是否发生在其他人身上?你是怎么解决这个问题的?提前谢谢!

1 个答案:

答案 0 :(得分:0)

在这里回答我自己的问题,但有一个提交破坏了安装。我提交了一个Github问题,他们似乎已经解决了这个问题。 Updated JSFiddle