gnu: Add go-github-com-goverter-patherr.

* gnu/packages/golang-xyz.scm (go-github-com-goverter-patherr): New variable.

Change-Id: Ieaf77a4f223282b549864df8ba9717fd8fa7b24e
This commit is contained in:
Sharlatan Hellseher 2025-01-02 15:19:08 +00:00
parent 51b39028ff
commit 5c1d6d5b71
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5548,6 +5548,30 @@ which satisfies the cron expression.")
provides a buffered io.Writer that is flushed at a timed interval.") provides a buffered io.Writer that is flushed at a timed interval.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-goverter-patherr
(package
(name "go-github-com-goverter-patherr")
(version "1.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/goverter/patherr")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zjcyva959ir23rgk2rvc7ivlyan9dh2rqw7hl03h6xq935zznjq"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/goverter/patherr"))
(home-page "https://github.com/goverter/patherr")
(synopsis "Implementation for Goverter's wrapErrorsUsing")
(description
"This package provides an implementation for the goverter feature
@code{wrapErrorsUsing}.")
(license license:expat)))
(define-public go-github-com-guptarohit-asciigraph (define-public go-github-com-guptarohit-asciigraph
(package (package
(name "go-github-com-guptarohit-asciigraph") (name "go-github-com-guptarohit-asciigraph")