]> Cypherpunks repositories - gostls13.git/commit
archive/zip: use smarter putUintXX functions to hide offsets
authorAndrew Gerrand <adg@golang.org>
Mon, 27 Feb 2012 06:37:59 +0000 (17:37 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 27 Feb 2012 06:37:59 +0000 (17:37 +1100)
commiteb825b58ccbda0f748406a6cf9f76833774ab30e
treede917a8548539d0ce5411ade5f584641761d3773
parent228f44a1f5b63233a007f52f6553df4acaa7180c
archive/zip: use smarter putUintXX functions to hide offsets

R=bradfitz, r, dsymonds, kyle
CC=golang-dev
https://golang.org/cl/5701055
src/pkg/archive/zip/reader_test.go
src/pkg/archive/zip/writer.go