guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/32: gnu: go-github-com-spf13-jwalterweatherman: Improve description.


From: guix-commits
Subject: 16/32: gnu: go-github-com-spf13-jwalterweatherman: Improve description.
Date: Sun, 24 Nov 2024 07:50:52 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 813142f821870bf0902d33efb3524fd62c76fee3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]