]> Cypherpunks repositories - gostls13.git/commit
archive/zip: add SetModTime method to FileHeader
authorAndrew Gerrand <adg@golang.org>
Mon, 19 Dec 2011 03:59:41 +0000 (14:59 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 19 Dec 2011 03:59:41 +0000 (14:59 +1100)
commit0b28de9a05be8eea49f9a31325a0091d9fa8b191
tree9a2485b61e617c878cff75948242f285df47adbe
parent3f216c1b5d4a612f31098d23f4e47e37de8ae7a0
archive/zip: add SetModTime method to FileHeader

Fixes #2574.

R=golang-dev, bradfitz, adg, bradfitz
CC=golang-dev
https://golang.org/cl/5494072
src/pkg/archive/zip/struct.go
src/pkg/archive/zip/zip_test.go