Mon, 08 Jul 2024 23:24:26 UTC | login

Information for build golang-github-chi-4.0.3-1.fc32

ID141277
Package Namegolang-github-chi
Version4.0.3
Release1.fc32
Epoch
SummaryLightweight, idiomatic and composable router for building Go HTTP services
Description Chi is a lightweight, idiomatic and composable router for building Go HTTP services. It's especially good at helping you write large REST API services that are kept maintainable as your project grows and changes. chi is built on the new context package introduced in Go 1.7 to handle signaling, cancelation and request-scoped values across a handler chain. The focus of the project has been to seek out an elegant and comfortable design for writing REST API servers, written during the development of the Pressly API service that powers our public API service, which in turn powers all of our client-side applications.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 10:08:00 UTC
CompletedFri, 27 Mar 2020 10:08:00 UTC
Tags
f33
RPMs
src
golang-github-chi-4.0.3-1.fc32.src.rpm (info) (download)
noarch
compat-golang-github-pressly-chi-devel-4.0.3-1.fc32.noarch.rpm (info) (download)
golang-github-chi-devel-4.0.3-1.fc32.noarch.rpm (info) (download)
Changelog * Wed Jan 29 2020 Robert-André Mauchin <zebob.m@gmail.com> - 4.0.3-1 - Update to 4.0.3 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue May 07 2019 Robert-André Mauchin <zebob.m@gmail.com> - 4.0.2-1 - Initial package