golang-github-bmizerany-pat 0.0~git20140625-1 source package in Ubuntu
Changelog
golang-github-bmizerany-pat (0.0~git20140625-1) unstable; urgency=medium * Initial release. (Closes: #792613) -- Alexandre Viau <email address hidden> Thu, 16 Jul 2015 15:07:48 -0400
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 | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-bmizerany-pat_0.0~git20140625-1.dsc | 2.2 KiB | ebd7020eef0f198f9b05afb60d7fe6288f99a617f6e77ababc4947c3efa23b31 |
golang-github-bmizerany-pat_0.0~git20140625.orig.tar.gz | 5.1 KiB | c6469df133aab16033b4f942b1812552c45a427ccbb446b6f628dbe4558ec005 |
golang-github-bmizerany-pat_0.0~git20140625-1.debian.tar.xz | 1.8 KiB | 1c4133e843bc66b780f915ab9f668fd821bae7ff5b5795e8a8565a89d035cb22 |
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.