mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: packages/golang-xyz: Extend module commentary.
* gnu/packages/golang-xyz.scm: Extend module commentary. Change-Id: Ic856f3f33c5b2e50b2cacb9c4335837cb3f52088
This commit is contained in:
parent
38fe5f1034
commit
f386b608e5
1 changed files with 8 additions and 2 deletions
|
@ -116,7 +116,13 @@
|
|||
;;;
|
||||
;;; Nomad Golang modules (libraries) are welcome here.
|
||||
;;;
|
||||
;;; Please: Try to add new module packages in alphabetic order.
|
||||
;;; There are two sections her: Libraries - for any source only Golang
|
||||
;;; libraries which are meant to be imported by other packages; Executables -
|
||||
;;; should contain inherited packages where commands need to be built.
|
||||
;;;
|
||||
;;; Please: Try to add new module packages in alphabetic order and avoid stand
|
||||
;;; alone final executables which are not inherited from sources presented in
|
||||
;;; this module.
|
||||
;;;
|
||||
;;; Code:
|
||||
|
||||
|
@ -23447,7 +23453,7 @@ helpful utility functions, and makes testing fairly easy.")
|
|||
"Package @samp{zstd} is a collection of extensions to Go's standard
|
||||
library.")
|
||||
(license license:expat)))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Executables:
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue