* gnu/packages/golang.scm (go-github-com-google-go-cmdtest): New variable. > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -11044,6 +11044,35 @@ (define-public go-github-com-google-go-jsonnet > + (synopsis "Testing your CLI") (synopsis "Test Go command line tools") > + (description > + "The cmdtest package simplifies testing of command-line interfaces. It provides > +a simple, cross-platform, shell-like language to express command execution. It > +can compare actual output with the expected output, and can also update a file > +with new \"golden\" output that is deemed correct.") (description "This package provides a Go library to simplify the testing of @acronym{CLI}s.") -- (