gnu: go-github-com-spf13-jwalterweatherman: Improve description.

* gnu/packages/golang-xyz.scm (go-github-com-spf13-jwalterweatherman)
[description]: Add more details from project's README.

Change-Id: I6e86b52098624dffc56bfb052295ef5256e92a9e
This commit is contained in:
Sharlatan Hellseher 2024-11-24 11:38:07 +00:00
parent 7bc9091180
commit 46337c1b07
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7313,7 +7313,15 @@ well as a program to generate applications and command files.")
(list go-github-com-stretchr-testify))
(home-page "https://github.com/spf13/jwalterweatherman")
(synopsis "Go logging library")
(description "Go logging library")
(description
"JWW is primarily a wrapper around the standard log library. It provides
a few advantages over using the standard log library alone.
@itemize
@item ready to go out of the box
@item one library for both printing to the terminal and logging (to files)
@item really easy to log to either a temp file or a file you specify
@end itemize")
(license license:expat)))
(define-public go-github-com-stathat-go