golang-github-pkg-errors 0.9.1-3 source package in Ubuntu

Changelog

golang-github-pkg-errors (0.9.1-3) unstable; urgency=medium

  * Team upload
  * Add patch to fix FTBFS with golang-1.21
  * Update section to golang
  * Update debhelper-compat to 13
  * Update Standards-Version to 4.6.2 (no changes)
  * Update uscan watch file version to 4

 -- Shengjing Zhu <email address hidden>  Thu, 27 Jul 2023 20:06:13 +0800

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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-pkg-errors_0.9.1-3.dsc 1.5 KiB 3d560a540c7583bd05aff88f58308a0f317f225d59663e778edf7c35bf534d52
golang-github-pkg-errors_0.9.1.orig.tar.gz 13.1 KiB 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
golang-github-pkg-errors_0.9.1-3.debian.tar.xz 3.2 KiB 565b592d4fa542ca81aec8188a2ef1e9d5ebbdff0c3b93d774000bff48d5d47e

Available diffs

No changes file available.

Binary packages built by this source

golang-github-pkg-errors-dev: Simple error handling primitives for Go

 Package errors provides simple error handling primitives for the Go
 programming language.
 .
 The traditional error handling idiom in Go results in error reports without
 context or debugging information.
 .
 The errors package allows programmers to add context to the failure path in
 their code in a way that does not destroy the original value of the error.