From 8177fec860ac2a49dcc539562ea160a740957fae Mon Sep 17 00:00:00 2001 From: "(unmatched-parenthesis" Date: Fri, 21 Oct 2022 22:11:09 +0100 Subject: gnu: Add go-github-com-go-test-deep. * gnu/packages/golang.scm (go-github-com-go-test-deep): New variable. Signed-off-by: Raghav Gururajan --- gnu/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e848074cb4..c4d0a28c32 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -10783,6 +10783,30 @@ array or reader.") ICU to Go.") (license license:expat))) +(define-public go-github-com-go-test-deep + (package + (name "go-github-com-go-test-deep") + (version "1.0.8") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/go-test/deep") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1mmw2w3by7y24jjpjwmf2gfl08c65jihn3si9m0sswmagmdsk8q0")))) + (build-system go-build-system) + (arguments + (list #:import-path "github.com/go-test/deep")) + (home-page "https://github.com/go-test/deep") + (synopsis "Human-friendly deep variable equality in Go") + (description + "The deep package provides the deep.Equal function which is like +reflect.DeepEqual but returns a list of differences. This is helpful +when comparing complex types like structures and maps.") + (license license:expat))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- cgit v1.2.3 ep'>log msg
AgeCommit message (Expand)Author
2017-11-20gnu: kodi: Update snapshot....Marius Bakke
2017-11-03gnu: Add kodi-cli....Oleg Pykhalov
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-06-04gnu: kodi: Update to 18.0_alpha-6-f22d62d....Marius Bakke
2017-05-25gnu: kodi: Update to 18.0_alpha-5-1a38948....Marius Bakke
2017-05-09gnu: kodi: Update to 18.0_alpha-4-b8ad238....Marius Bakke
2017-04-27gnu: kodi: Update to 18.0_alpha-3-749c61e....Marius Bakke
2017-04-15gnu: kodi: Update to 18.0_alpha-2-478d306....Marius Bakke
2017-03-30gnu: kodi: Update to 18.0_alpha-1-ec5d53d....Marius Bakke
2017-03-30gnu: kodi: Remove silly wrapper script....Marius Bakke
2017-03-30gnu: kodi: Embed full path to tzdata....Marius Bakke
2017-03-21gnu: kodi: Wrap executable so it finds libcurl....Marius Bakke
2017-03-20gnu: kodi: Update to 18.0_alpha-0-b35147e....Marius Bakke
2016-09-28gnu: Add and use gettext-minimal....Alex Kost
2016-06-21gnu: Adjust to yasm change of module....Ludovic Courtès
2016-05-12gnu: Update module imports for asciidoc and doxygen....Mark H Weaver
2016-03-26gnu: crossguid: Set explicit file name for source checkout....David Thompson
2016-03-19gnu: kodi: Remove @acronym from description....Ludovic Courtès
2016-03-14gnu: kodi: Update to 16.0....David Thompson
2016-03-14gnu: Add crossguid....David Thompson
2016-01-06gnu: Add and use default IcedTea....Ricardo Wurmus
2015-11-25gnu: Add kodi....David Thompson