gnu: Add go-github-com-ldez-tagliatelle.

* gnu/packages/golang-check.scm (go-github-com-ldez-tagliatelle): New variable.

Change-Id: I78d19e9c1afa21ac126b76ee7ec0222d11c4ff9a
This commit is contained in:
Sharlatan Hellseher 2025-01-01 15:44:39 +00:00
parent e5bf6db0a0
commit baba666a6f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1018,6 +1018,34 @@ differently.")
testing of time-sensitive code.") testing of time-sensitive code.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-ldez-tagliatelle
(package
(name "go-github-com-ldez-tagliatelle")
(version "0.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ldez/tagliatelle")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0s891pqzwivmhw7xfw0m8n8fcg90xiykcg808rr869iflbkdik9n"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/ldez/tagliatelle"))
(propagated-inputs
(list go-github-com-ettle-strcase
go-github-com-hashicorp-go-immutable-radix-v2
go-golang-org-x-tools))
(home-page "https://github.com/ldez/tagliatelle")
(synopsis "Struct tags handling linter for Golang")
(description
"This package implement a functionality for validating tags according to
rules you define and fixing them according to the defined rules.")
(license license:asl2.0)))
(define-public go-github-com-maruel-panicparse (define-public go-github-com-maruel-panicparse
(package (package
(name "go-github-com-maruel-panicparse") (name "go-github-com-maruel-panicparse")