mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add go-hclogvet.
* gnu/packages/golang-xyz.scm (go-hclogvet): New variable. Change-Id: I8eccda8a3fbc2cb32f19ad9318eea2229c6064c0
This commit is contained in:
parent
27b339702f
commit
f620261a56
1 changed files with 16 additions and 0 deletions
|
@ -1968,6 +1968,22 @@ (define-public go-gopkg-in-op-go-logging-v1
|
||||||
;;; Executables:
|
;;; Executables:
|
||||||
;;;
|
;;;
|
||||||
|
|
||||||
|
(define-public go-hclogvet
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-hashicorp-go-hclog)
|
||||||
|
(name "go-hclogvet")
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/hashicorp/go-hclog/hclogvet"
|
||||||
|
#:unpack-path "github.com/hashicorp/go-hclog"
|
||||||
|
#:install-source? #f))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-tools))
|
||||||
|
(description
|
||||||
|
"@code{hclogvet} is a @code{go vet} tool for checking that the
|
||||||
|
Trace/Debug/Info/Warn/Error methods on @code{hclog.Logger} are used
|
||||||
|
correctly.")))
|
||||||
|
|
||||||
(define-public go-numcpus
|
(define-public go-numcpus
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-tklauser-numcpus)
|
(inherit go-github-com-tklauser-numcpus)
|
||||||
|
|
Loading…
Reference in a new issue