gnu: go: Improve description.

* gnu/packages/golang.scm (go-1.4)[description]: Edit for clarity.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-21 19:15:52 +01:00
parent e11a70176d
commit 247064c3d1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Sergei Trofimovich <slyfox@inbox.ru> ;;; Copyright © 2017 Sergei Trofimovich <slyfox@inbox.ru>
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -196,10 +197,10 @@
(home-page "https://golang.org/") (home-page "https://golang.org/")
(synopsis "Compiler and libraries for Go, a statically-typed language") (synopsis "Compiler and libraries for Go, a statically-typed language")
(description "Go, also commonly referred to as golang, is an imperative (description "Go, also commonly referred to as golang, is an imperative
programming language. Designed primarily for systems programming, it is a programming language designed primarily for systems programming. Go is a
compiled, statically typed language in the tradition of C and C++, with compiled, statically typed language in the tradition of C and C++, but adds
garbage collection, various safety features and in the style of communicating garbage collection, various safety features, and concurrent programming features
sequential processes (CSP) concurrent programming features added.") in the style of communicating sequential processes (@dfn{CSP}).")
(supported-systems '("x86_64-linux" "i686-linux" "armhf-linux")) (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux"))
(license license:bsd-3))) (license license:bsd-3)))