sharlatan pushed a commit to branch go-team
in repository guix.
commit 342411a327041cee1e97a8152a1d72e0e127df9a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 26 19:52:50 2024 +0100
gnu: packages/golang-web: Update module commentary.
* gnu/packages/golang-web.scm: Update module commentary.
Change-Id: I2128fc62955d79d9dfa97e5f669ee85510b0fb7c
---
gnu/packages/golang-web.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 97d501c405..38357010e1 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -66,8 +66,10 @@
;;; Commentary:
;;;
-;;; Golang modules (libraries) related to HTML, CSS, SCSS, JavaScript, JSON,
-;;; Web-framework, REST-API or similar functionality. They may provide
+;;; Golang modules (libraries) for Web related projects: HTML, CSS, SCSS,
+;;; JavaScript, JSON, Web-framework, REST-API or similar functionality; for
+;;; Network related projects: OSI layers implementation algorithms, MIME,
+;;; Email protocols implementations, and similar. They may provide
;;; executables and libraries, for which there are marked sections.
;;;