perkeep/third_party/go
Brad Fitzpatrick ceb5dcb504 Update third_party/go/pkg/archive/zip to hg rev afc7e22420ce:
Change-Id: I74b92ed2cbee0c963df2adc8f7e85ac69e3162e1
changeset:   20991:afc7e22420ce
user:        Brad Fitzpatrick <bradfitz@golang.org>
date:        Sun Aug 31 21:32:13 2014 -0700
summary:     archive/zip: add Writer.Flush
2014-09-07 13:22:29 -07:00
..
pkg Update third_party/go/pkg/archive/zip to hg rev afc7e22420ce: 2014-09-07 13:22:29 -07:00
README Update third_party/go/pkg/archive/zip to hg rev afc7e22420ce: 2014-09-07 13:22:29 -07:00

README

This directory contains code from the Go standard library either
imported from tip (to take advantage of new features and bug fixes
before they're available in the stable branch), or modified in ways
that Camlistore needs.

A summary:

* pkg/image/jpeg: performance improvements going into Go 1.4
  such as https://codereview.appspot.com/109050045/

* pkg/archive/zip: copy of Go 1.4's archive/zip, for Writer.Flush,
  needed by blobpacked

See the git history for more details.