golang-goji 2.0.2-2 source package in Ubuntu

Changelog

golang-goji (2.0.2-2) unstable; urgency=medium

  * Source-only upload for migration to testing

 -- Anthony Fok <email address hidden>  Sun, 02 Jan 2022 18:01:28 -0700

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-goji_2.0.2-2.dsc 2.0 KiB c543fdcd596eeed3917c60d196ca40c1ef14b0701d8f8540d51269753461f49d
golang-goji_2.0.2.orig.tar.gz 17.5 KiB 00355da54753b398ee52c1756a7d5caaa6f6ef044e1aa3e86c8f38f29c33698f
golang-goji_2.0.2-2.debian.tar.xz 2.3 KiB 3d59f2bb7574d863c5c9649ab413b16ce0a6d3df9027e1c36e9914cbca158783

Available diffs

No changes file available.

Binary packages built by this source

golang-goji-dev: minimalistic and flexible HTTP request multiplexer for Go

 Goji is a HTTP request multiplexer, similar to net/http.ServeMux.
 It compares incoming requests to a list of registered Patterns
 and dispatches to the http.Handler that corresponds to the first
 matching Pattern. Goji also supports Middleware (composable shared
 functionality applied to every request) and uses the standard context
 package to store request-scoped values.