golang-github-bmizerany-pat 0.0~git20170814.6226ea5-1 source package in Ubuntu

Changelog

golang-github-bmizerany-pat (0.0~git20170814.6226ea5-1) unstable; urgency=medium

  * Add watch file.
  * Use secure d/copyright format url.

 -- Alexandre Viau <email address hidden>  Sat, 17 Nov 2018 20:34:04 -0500

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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-bmizerany-pat_0.0~git20170814.6226ea5-1.dsc 2.4 KiB 20280f9cb32b5e31bacb3a12bb274cb4af29c9dcd4d4e791850848385985e022
golang-github-bmizerany-pat_0.0~git20170814.6226ea5.orig.tar.xz 5.9 KiB 7fd3ec29b7615e4147ecdf578297069c32a126fc09aefd34e65f1a1048004b73
golang-github-bmizerany-pat_0.0~git20170814.6226ea5-1.debian.tar.xz 2.7 KiB 00a42442749d8908718f7498c360006809efc5aadefe7c705a1503a446ce831d

No changes file available.

Binary packages built by this source

golang-github-bmizerany-pat-dev: Sinatra style pattern muxer for Go's net/http library

 PatternServeMux is an HTTP request multiplexer. It matches the URL of each
 incoming request against a list of registered patterns with their associated
 methods and calls the handler for the pattern that most closely matches the
 URL.