golang-context 1.1-3 source package in Ubuntu
Changelog
golang-context (1.1-3) unstable; urgency=medium * Team upload. * Switch to XS-Go-Import-Path -- Michael Stapelberg <email address hidden> Thu, 08 Feb 2018 09:14:37 +0100
Upload details
- Uploaded by:
- Debian Go Packaging Team on 2018-02-08
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Disco | release | on 2018-10-30 | universe | misc |
Cosmic | release | on 2018-05-01 | universe | misc |
Bionic | release | on 2018-03-06 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-context_1.1-3.dsc | 2.1 KiB | 04ec79045142c15b41a792ac67e32c00f41c472773f2d634e9714f39966b2b6a |
golang-context_1.1.orig.tar.gz | 4.3 KiB | 12a849b4e9a08619233d4490a281aa2d34a69f9eaf85c2295f5357927e4d1763 |
golang-context_1.1-3.debian.tar.xz | 4.9 KiB | b757780eb264214e4b1dea3ba34990ac059b66a35208f3dd167da4d0f69acde6 |
Available diffs
No changes file available.
Binary packages built by this source
- golang-context-dev: Transitional package for golang-github-gorilla-context-dev
This is a transitional package to ease upgrades to the
golang-github- gorilla- context- dev package.
- golang-github-gorilla-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.