duanhao8540 2015-02-14 07:26
浏览 908
已采纳

如何使用Golang将文件添加到现有的zip文件中

We can create a zip new file and add files using Go Language.

But, how to add a new file with existing zip file using GoLang?

If we can use Create function, how to get the zip.writer reference?

Bit confused.

  • 写回答

2条回答 默认 最新

  • dounao4179 2015-02-18 10:57
    关注

    After more analysis, i found that, it is not possible to add any files with the existing zip file.

    But, I was able to add files with tar file by following the hack given in this URL.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?