golang-github-jbenet-go-context 0.0~git20150711.d14ea06-2 source package in Ubuntu

Changelog

golang-github-jbenet-go-context (0.0~git20150711.d14ea06-2) unstable; urgency=medium

  * d/control: bump standards

 -- Dawid Dziurla <email address hidden>  Sun, 04 Aug 2019 12:19:55 +0200

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jbenet-go-context_0.0~git20150711.d14ea06-2.dsc 2.4 KiB 0cf349d623fd2be994840f32eef67731cd5c0d8759f48d9df4514a36231be929
golang-github-jbenet-go-context_0.0~git20150711.d14ea06.orig.tar.gz 5.8 KiB 7dc567a16501301f6d5cecf6d363d1b45b76c0dbbd2193fe727857fac94837fc
golang-github-jbenet-go-context_0.0~git20150711.d14ea06-2.debian.tar.xz 1.9 KiB 5517a1d7674c47a2417c6b12c7689b02d9b97715959ec73ea01f2b078196e62f

No changes file available.

Binary packages built by this source

golang-github-jbenet-go-context-dev: context.Context extensions

 Package context contains some extensions to golang.org/x/net/context.
 Subpackage ctxext provides multiple useful context constructors.
 Subackage ctxio provides io.Reader and io.Writer wrappers that
 respect context.Contexts. Use these at the interface between
 context code and io.