mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
23cfb71db3
commit
013b046fca
1 changed files with 10 additions and 0 deletions
|
@ -7564,6 +7564,16 @@ tool."))
|
||||||
Trace/Debug/Info/Warn/Error methods on @code{hclog.Logger} are used
|
Trace/Debug/Info/Warn/Error methods on @code{hclog.Logger} are used
|
||||||
correctly.")))
|
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
|
(define-public go-msgio
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-libp2p-go-msgio)
|
(inherit go-github-com-libp2p-go-msgio)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue