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-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 @@ (define-public go-gotest-tools-internal-format
|
||||||
(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…
Reference in a new issue