gnu: Add go-jfmt.

* gnu/packages/golang-xyz.scm (go-jfmt): New variable.

Change-Id: I73a979407e2497a8b8a4a50d1efae04a269c2822
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
gemmaro 2024-08-30 00:14:08 +09:00 committed by Sharlatan Hellseher
parent 23cfb71db3
commit 013b046fca
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7564,6 +7564,16 @@ (define-public go-hclogvet
Trace/Debug/Info/Warn/Error methods on @code{hclog.Logger} are used
correctly.")))
(define-public go-jfmt
(package/inherit go-zgo-at-jfmt
(name "go-jfmt")
(arguments (list #:install-source? #f
#:import-path "zgo.at/jfmt/cmd/jfmt"
#:unpack-path "zgo.at/jfmt"))
(description
(string-append (package-description go-zgo-at-jfmt)
" This package provides a command line interface (CLI) tool."))))
(define-public go-msgio
(package
(inherit go-github-com-libp2p-go-msgio)