sharlatan pushed a commit to branch go-team
in repository guix.
commit 813142f821870bf0902d33efb3524fd62c76fee3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Nov 24 11:38:07 2024 +0000
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
---
gnu/packages/golang-xyz.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 97e937f992..4edabc60fc 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6970,7 +6970,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