Package: wnpp
Severity: wishlist
Owner: Micah Anderson <mi...@riseup.net>

* Package name    : golang-github-oxtoacart-bpool
  Version         : 0.0~git20150712.4e1c556-1
  Upstream Author : Percy Wegmann
* URL             : https://github.com/oxtoacart/bpool
* License         : Apache-2.0
  Programming Lang: Go
  Description     : Buffer/Byte pool for Go

 bpool implements leaky pools of byte arrays and Buffers as bounded
 channels.
 .
 A common use case for this package is to use buffers  to execute HTML templates
 against (via ExecuteTemplate) or encode JSON into (via json.NewEncoder). This
 allows you to catch any rendering or marshalling errors prior to writing to
 a http.ResponseWriter, which helps to avoid writing incomplete or malformed
 data to the response.
 .
 This is a dependency for the riseup-vpn ITP (#919937)

Reply via email to