This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9aa3b6eb6d doc: Clarify how to use the #:go key of go-build-system.
9aa3b6eb6d is described below
commit 9aa3b6eb6d778f90b078ba758ea96ef9ee364ffe
Author: Leo Famulari <[email protected]>
AuthorDate: Wed Jan 11 20:19:22 2023 -0500
doc: Clarify how to use the #:go key of go-build-system.
This is a followup to commit 9ec62d1b9c55104f9ab81b95d82988c627a23415.
* doc/guix.texi (Build Systems): Clarify the '#:go' key.
---
doc/guix.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 650d5cb91c..751d0957d8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -9135,8 +9135,8 @@ operating system. The combinations known to Go can be
found
@url{https://golang.org/doc/install/source#environment,
in their documentation}.
-The key @code{#:go} can be used to specify the Go compiler with which to
-build the package.
+The key @code{#:go} can be used to specify the Go compiler package with
+which to build the package.
@end defvr