mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-gotest-tools-internal-difflib.
* gnu/packages/golang.scm (go-gotest-tools-internal-difflib): New variable.
This commit is contained in:
parent
d19e096ac8
commit
67d84852d9
1 changed files with 6 additions and 0 deletions
|
@ -3142,6 +3142,12 @@ common task.")
|
||||||
(description "This package provides a way to format messages for use
|
(description "This package provides a way to format messages for use
|
||||||
with gotest-tools.")))
|
with gotest-tools.")))
|
||||||
|
|
||||||
|
(define-public go-gotest-tools-internal-difflib
|
||||||
|
(package (inherit (go-gotest-tools-package "internal/difflib"))
|
||||||
|
(synopsis "Differences for use with gotest-tools")
|
||||||
|
(description "This package computes differences 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…
Add table
Add a link
Reference in a new issue