golang-github-urfave-negroni 0.2.0-3 source package in Ubuntu

Changelog

golang-github-urfave-negroni (0.2.0-3) unstable; urgency=medium

  * Team Upload
  * Drop runtime dependency on golang-go (this would allow other packages build
    depending on it to build with golang-any)

 -- Pirate Praveen <email address hidden>  Thu, 26 Aug 2021 22:53:31 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
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-github-urfave-negroni_0.2.0-3.dsc 2.2 KiB 0971e66990a54b9b0cdccd2ac39355c22f5006157386e6922a3a57bb2e386bb6
golang-github-urfave-negroni_0.2.0.orig.tar.gz 18.8 KiB 2f2c01ffe18cf3d077a88d0f388c743481f92db66fbc36ea842b075a48365b9c
golang-github-urfave-negroni_0.2.0-3.debian.tar.xz 2.8 KiB c8fd0439548418f30c235f773f6e527b51f9a7ad82b0417e06802f0428d9b981

Available diffs

No changes file available.

Binary packages built by this source

golang-github-urfave-negroni-dev: Idiomatic HTTP Middleware for Golang

 Negroni is an idiomatic approach to web middleware in Go. It is tiny,
 non-intrusive, and encourages use of net/http Handlers.
 .
 If you like the idea of Martini (https://github.com/go-martini/martini),
 but you think it contains too much magic, then Negroni is a great fit.
 .
 This is the library formerly known as github.com/codegangsta/negroni (Github
 will automatically redirect requests to it).