diff options
author | Leo Famulari <leo@famulari.name> | 2023-01-11 20:19:22 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-01-11 20:20:05 -0500 |
commit | 9aa3b6eb6d778f90b078ba758ea96ef9ee364ffe (patch) | |
tree | 06e8cf3a7ab33c9eba513b00bf0053e39ea05152 /doc/guix.texi | |
parent | 9ec62d1b9c55104f9ab81b95d82988c627a23415 (diff) |
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.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files 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 |