guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: Add go-hclogvet.


From: guix-commits
Subject: 03/09: gnu: Add go-hclogvet.
Date: Thu, 21 Mar 2024 19:51:33 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit f620261a56cde804cb52b31666b6dd0f5777ba11
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 21 22:40:16 2024 +0000

    gnu: Add go-hclogvet.
    
    * gnu/packages/golang-xyz.scm (go-hclogvet): New variable.
    
    Change-Id: I8eccda8a3fbc2cb32f19ad9318eea2229c6064c0
---
 gnu/packages/golang-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]