~ruther/guix-local

f620261a56cde804cb52b31666b6dd0f5777ba11 — Sharlatan Hellseher 1 year, 11 months ago 27b3397
gnu: Add go-hclogvet.

* gnu/packages/golang-xyz.scm (go-hclogvet): New variable.

Change-Id: I8eccda8a3fbc2cb32f19ad9318eea2229c6064c0
1 files changed, 16 insertions(+), 0 deletions(-)

M gnu/packages/golang-xyz.scm
M gnu/packages/golang-xyz.scm => gnu/packages/golang-xyz.scm +16 -0
@@ 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)