mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add go-gotest-tools-internal-format.
* gnu/packages/golang.scm (go-gotest-tools-internal-format): New variable.
This commit is contained in:
parent
944f370b55
commit
d19e096ac8
1 changed files with 10 additions and 0 deletions
|
@ -3132,6 +3132,16 @@ (define (go-gotest-tools-package suffix)
|
||||||
(home-page "https://github.com/gotestyourself/gotest.tools")
|
(home-page "https://github.com/gotestyourself/gotest.tools")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-gotest-tools-internal-format
|
||||||
|
(package (inherit (go-gotest-tools-package "internal/format"))
|
||||||
|
(native-inputs
|
||||||
|
`(("go-github-com-pkg-errors" ,go-github-com-pkg-errors)
|
||||||
|
("go-github-com-google-go-cmp-cmp"
|
||||||
|
,go-github-com-google-go-cmp-cmp)))
|
||||||
|
(synopsis "Formats messages for use with gotest-tools")
|
||||||
|
(description "This package provides a way to format messages for use
|
||||||
|
with gotest-tools.")))
|
||||||
|
|
||||||
(define-public go-gotest-tools-assert
|
(define-public go-gotest-tools-assert
|
||||||
(package (inherit (go-gotest-tools-package "assert"))
|
(package (inherit (go-gotest-tools-package "assert"))
|
||||||
(name "go-gotest-tools-assert")
|
(name "go-gotest-tools-assert")
|
||||||
|
|
Loading…
Reference in a new issue