diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 8925be2494..f1e14f74f7 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3142,6 +3142,12 @@ common task.") (description "This package provides a way to format messages for use 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 (package (inherit (go-gotest-tools-package "assert")) (name "go-gotest-tools-assert") |