golang-context-dev 0.0~git20140604.1.14f550f-1~ubuntu0.14.04.1 source package in Ubuntu

Changelog

golang-context-dev (0.0~git20140604.1.14f550f-1~ubuntu0.14.04.1) trusty; urgency=medium

  * Backport to Ubuntu 14.04 to support Docker SRU (LP: #1454719).
  * Rename source package to golang-context-dev to align to 14.04.

 -- Robie Basak <email address hidden>  Wed, 17 Jun 2015 12:52:49 +0000

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Trusty
Original maintainer:
Tianon Gravi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
golang-context-dev_0.0~git20140604.1.14f550f.orig.tar.gz 4.1 KiB 0302880c1576e7b39a0dd97b54535ead5de91a748bee4e90ba0003a4c1e42e11
golang-context-dev_0.0~git20140604.1.14f550f-1~ubuntu0.14.04.1.debian.tar.xz 4.5 KiB f597049dd7887976daf78792025e287efa2fb1d9d63c72c1a47c9b148bfeb032
golang-context-dev_0.0~git20140604.1.14f550f-1~ubuntu0.14.04.1.dsc 2.2 KiB 3d19ebbe7844979f362873a2505f516afb40393cecb5aeb135f6fca6320068c1

View changes file

Binary packages built by this source

golang-context-dev: General purpose registry for global request variables

 context is part of the Gorilla web toolkit. It stores values shared during a
 request lifetime. For example, a router can set variables extracted from the
 URL and later application handlers can access those values, or it can be used
 to store sessions values to be saved at the end of a request. There are
 several others common uses.