golang-github-munnerz-goautoneg 0.0~git20191010.a7dc8b6-2 source package in Ubuntu

Changelog

golang-github-munnerz-goautoneg (0.0~git20191010.a7dc8b6-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only upload to migrate the package.

 -- Sergio Durigan Junior <email address hidden>  Sat, 06 Feb 2021 18:50:15 -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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.dsc 2.4 KiB 3532ae71154c3bf1835954d8453264b4d588ecf6fa3d7e715d4391a0fa54c722
golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6.orig.tar.xz 2.6 KiB 8a56b4980b5c260400a6be57b680962dbed1bc38cd008dcba1b0143f9bcca6df
golang-github-munnerz-goautoneg_0.0~git20191010.a7dc8b6-2.debian.tar.xz 3.0 KiB d2696cac9f00af58f517772b3aa8a7d0d91a34f30875c525c6fd8eea5d754f5f

No changes file available.

Binary packages built by this source

golang-github-munnerz-goautoneg-dev: golang functions for HTTP Content-Type autonegotiation (library)

 HTTP Content-Type Autonegotiation functions for golang.
 The functions in this package implement the behaviour specified in
 http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html.
 .
 This golang package is a mirror of bitbucket.org/ww/goautoneg.
 .
 func Negotiate(header string, alternatives []string) (content_type string)
 Negotiate the most appropriate content_type given the accept header and a
 list of alternatives.
 .
 func ParseAccept(header string) (accept []Accept)
 Parse an Accept Header string returning a sorted list of clauses.