diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 0a7126f349..665bb5c7d7 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1968,6 +1968,22 @@ Go.") ;;; 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 (package (inherit go-github-com-tklauser-numcpus)