mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7bc9091180
commit
46337c1b07
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue