From f386b608e55e6c97e983c8913063ae3cdac90e31 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 7 Sep 2025 16:17:40 +0100 Subject: [PATCH] gnu: packages/golang-xyz: Extend module commentary. * gnu/packages/golang-xyz.scm: Extend module commentary. Change-Id: Ic856f3f33c5b2e50b2cacb9c4335837cb3f52088 --- gnu/packages/golang-xyz.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 004223dc482971d29a4b44fdc131a813aa0df848..60c506adeb59183889a7d79bc5a3f5e053d01511 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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: ;;;