Mon, 08 Jul 2024 22:40:12 UTC | login

Information for build golang-github-chi-4.1.2-2.fc33

ID171976
Package Namegolang-github-chi
Version4.1.2
Release2.fc33
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
StartedThu, 13 Aug 2020 12:06:31 UTC
CompletedThu, 13 Aug 2020 12:06:31 UTC
Tags
f33
RPMs
src
golang-github-chi-4.1.2-2.fc33.src.rpm (info) (download)
noarch
compat-golang-github-pressly-chi-devel-4.1.2-2.fc33.noarch.rpm (info) (download)
golang-github-chi-devel-4.1.2-2.fc33.noarch.rpm (info) (download)
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 24 2020 Robert-André Mauchin <zebob.m@gmail.com> - 4.1.2-1 - Update to 4.1.2 * 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