1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

gnu: packages/golang-apps: Add module commentary.

* gnu/packages/golang-apps.scm: Comment on the purpose of this module.

Change-Id: Ia1353db23b23f2ac992f72c64dd9a139252d0107
This commit is contained in:
Sharlatan Hellseher 2025-06-22 21:25:25 +01:00
parent cdac3642fd
commit a599ff7a48
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -28,6 +28,19 @@
#:use-module (gnu packages golang-check)
#:use-module (gnu packages golang-xyz))
;;; Commentary:
;;;
;;; Golang (Go) specific applications which are not inherited from their
;;; source live here e.g linters, language servers, REPL implementations etc.
;;;
;;; If the <cmd/APP> is inherited from its source place it in corresponded
;;; golang-*.scm file in the end after the section "Executables".
;;;
;;; Please: Try to add new variable in alphabetical order.
;;;
;;; Code:
(define-public godef
(package
(name "godef")