golang-github-valyala-fasthttp 1:1.31.0-2 source package in Ubuntu

Changelog

golang-github-valyala-fasthttp (1:1.31.0-2) unstable; urgency=medium

  * Team upload.
  * Increase the timeouts in the test suite.
  * Lower case first word on package synopsis.
  * Mark -dev package as Multi-Arch: foreign.

 -- Guillem Jover <email address hidden>  Fri, 26 Nov 2021 19:25:49 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-valyala-fasthttp_1.31.0-2.dsc 2.5 KiB e487bf98b2bf15a4d7445bcd9e0182f9110e4e328b674f4f390d5b98b6e52dd4
golang-github-valyala-fasthttp_1.31.0.orig.tar.gz 219.8 KiB 6a37505de34716ca2040236bf5589e6073c8825b1a23d50be27756b0459ed6a7
golang-github-valyala-fasthttp_1.31.0-2.debian.tar.xz 4.2 KiB 689b23f084edb7261960233a7d4d0ea04aae1f05df6130c2512e4d25580cab14

Available diffs

No changes file available.

Binary packages built by this source

golang-github-valyala-fasthttp-dev: fast HTTP library for Go

 The fasthttp library provides fast HTTP server and client API.
 .
 This tuned for high performance, and zero memory allocations in
 hot paths. Processing performance is up to 10x faster than net/http.