Source: golang-github-matryer-try
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-cheekybits-is-dev
Standards-Version: 4.0.0
Homepage: https://github.com/matryer/try
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-matryer-try.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-matryer-try.git
XS-Go-Import-Path: github.com/matryer/try
Testsuite: autopkgtest-pkg-go

Package: golang-github-matryer-try-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-cheekybits-is-dev
Description: Simple idiomatic retry package for Go
 Idiomatic Go retry package.
 Thanks to @rowland (https://github.com/rowland) for code review.
 .
 Usage: Just call try.Do with the function you want to retry
 in the event of an error.
