mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: Go 1.4: Fix typo.
* gnu/packages/golang.scm (go-1.4): Fix typo in comment.
This commit is contained in:
parent
db6dd04c3d
commit
9bc1de3134
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ (define-module (gnu packages golang)
|
||||||
(define-public go-1.4
|
(define-public go-1.4
|
||||||
(package
|
(package
|
||||||
(name "go")
|
(name "go")
|
||||||
;; The C-langauge bootstrap of Go:
|
;; The C-language bootstrap of Go:
|
||||||
;; https://golang.org/doc/install/source#go14
|
;; https://golang.org/doc/install/source#go14
|
||||||
(version "1.4-bootstrap-20171003")
|
(version "1.4-bootstrap-20171003")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
|
Loading…
Reference in a new issue