Skip to content

proposal: archive/zip: add support for appending files #15626

Closed
@james-tech

Description

@james-tech

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    1.6.2
  2. What operating system and processor architecture are you using (go env)?
    mac
  3. What did you do?
    If possible, provide a recipe for reproducing the error.
    A complete runnable program is good.
    A link on play.golang.org is best.
  4. What did you expect to see?
    I found that the archive/zip package release realization is uncompleted.
    I want to append a dir or some files into an exists zip file without unzip it, but the functions are not supported.
  5. What did you see instead?
    I use the exec.Command to call zip -r command in the system. may be is not the good way.
    I hope the next version archive/zip will support it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions