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

commit 6754a625bd29d5044fcd369beb379f6a25bdead9
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Wed Feb 26 09:24:57 2025 +0000

    gnu: go-github-com-rogpeppe-go-internal: Improve description.
    
    * gnu/packages/golang-xyz.scm (go-github-com-rogpeppe-go-internal)
    [description]: Fix fill column and adjust the wording a little.
    
    Change-Id: I616d91e2dde2c0b7c76fc367f42bd6d6d977c56e
---
 gnu/packages/golang-xyz.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 7bf0e016d0..1b0881fbd3 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14056,25 +14056,28 @@ strings.")
     (home-page "https://github.com/rogpeppe/go-internal/";)
     (synopsis "Internal packages from the Go standard library")
     (description
-     "This repository factors out an opinionated selection of internal
+     "This package provides factors out an opinionated selection of internal
 packages and functionality from the Go standard library.  Currently this
 consists mostly of packages and testing code from within the Go tool
 implementation.
 
 Included are the following:
 @itemize
-@item dirhash: calculate hashes over directory trees the same way that the Go 
tool does.
+@item dirhash: calculate hashes over directory trees the same way that the Go
+tool does.
 @item goproxytest: a GOPROXY implementation designed for test use.
 @item gotooltest: Use the Go tool inside test scripts (see testscript below)
-@item imports: list of known architectures and OSs, and support for reading 
import import statements.
-@item modfile: read and write go.mod files while preserving formatting and 
comments.
+@item imports: list of known architectures and OSs, and support for reading
+import import statements.
+@item modfile: read and write go.mod files while preserving formatting and
+comments.
 @item module: module paths and versions.
 @item par: do work in parallel.
 @item semver: semantic version parsing.
 @item testenv: information on the current testing environment.
 @item testscript: script-based testing based on txtar files
 @item txtar: simple text-based file archives for testing.
-@end itemize\n")
+@end itemize")
     (license license:bsd-3)))
 
 (define-public go-github-com-rs-zerolog

Reply via email to