mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public go-hclogvet
|
||||||
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…
Reference in a new issue