mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-msgio.
* gnu/packages/golang-xyz.scm (go-msgio): New variable. Change-Id: I3bb5fff6110a36694865c9885b42bc356902bbea
This commit is contained in:
parent
72453bfb0c
commit
efd3024d73
1 changed files with 12 additions and 0 deletions
|
@ -5940,6 +5940,18 @@ 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-msgio
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-libp2p-go-msgio)
|
||||||
|
(name "go-msgio")
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:tests? #f ; no tests
|
||||||
|
#:install-source? #f
|
||||||
|
#:import-path "github.com/libp2p/go-msgio/msgio"
|
||||||
|
#:unpack-path "github.com/libp2p/go-msgio"))
|
||||||
|
(synopsis "CLI tool to wrap messages with msgio header.")))
|
||||||
|
|
||||||
(define-public go-numcpus
|
(define-public go-numcpus
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-tklauser-numcpus)
|
(inherit go-github-com-tklauser-numcpus)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue