mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e5bf6db0a0
commit
baba666a6f
1 changed files with 28 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue