Closed
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 -r
command in the system. may be is not the good way.
I hope the next version archive/zip will support it.