Source: golang-github-bmizerany-pat Section: golang Homepage: https://github.com/bmizerany/pat Maintainer: Debian Go Packaging Team Uploaders: Tim Potter Build-Depends: debhelper-compat (= 14), dh-sequence-golang, golang-go, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bmizerany-pat Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bmizerany-pat.git XS-Go-Import-Path: github.com/bmizerany/pat Testsuite: autopkgtest-pkg-go Package: golang-github-bmizerany-pat-dev Architecture: all Multi-Arch: foreign Description: 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.