Mon, 08 Jul 2024 23:46:14 UTC | login

Information for build golang-github-chi-1.5.1-1.fc33

ID192357
Package Namegolang-github-chi
Version1.5.1
Release1.fc33
Epoch1
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
StartedWed, 27 Jan 2021 10:50:57 UTC
CompletedWed, 27 Jan 2021 10:50:57 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-chi-1.5.1-1.fc33.src.rpm (info) (download)
noarch
compat-golang-github-pressly-chi-devel-1.5.1-1.fc33.noarch.rpm (info) (download)
golang-github-chi-devel-1.5.1-1.fc33.noarch.rpm (info) (download)
Changelog * Thu Jan 14 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1:1.5.1-1 - Update to 1.5.1 * 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