-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAgeProposal
Milestone
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version)?
1.6.2 - What operating system and processor architecture are you using (
go env)?
mac - 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. - 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. - What did you see instead?
I use the exec.Command to callzip -rcommand in the system. may be is not the good way.
I hope the next version archive/zip will support it.
fsenart, oivoodoo, alecha, rockuw and longdahai
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.FrozenDueToAgeProposal