1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: golang-golang-x-xerrors
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>,
Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.18~)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-golang-x-xerrors
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-golang-x-xerrors.git
Homepage: https://github.com/golang/xerrors
XS-Go-Import-Path: golang.org/x/xerrors
Package: golang-golang-x-xerrors-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: new Go 1.13 error values
This package contains the transition packages for the new Go 1.13
error values.
.
Most of the functions and types in this package will be incorporated into the
standard library's errors package in Go 1.13; the behavior of this package's
Errorf function will be incorporated into the standard library's fmt.Errorf.
Use this package to get equivalent behavior in all supported Go versions.
|