perkeep/third_party/go
Brad Fitzpatrick 9e0065fe8d zip: add LastDataOffset field to zip.Writer.
For blobpacked.

Change-Id: I23c325d945b0eff2ec8f47259bc527f1d4f6031f
2014-08-30 11:16:09 -07:00
..
pkg zip: add LastDataOffset field to zip.Writer. 2014-08-30 11:16:09 -07:00
README zip: add LastDataOffset field to zip.Writer. 2014-08-30 11:16:09 -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: new writing LastDataOffset accessor needed for
  blobpacked

See the git history for more details.