guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b077b5817f757b9328bf30d81dcf1194c5836305
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Nov 28 13:47:34 2025 +0000

    gnu: Add go-github-com-zeebo-goof.
    
    * gnu/packages/golang-xyz.scm (go-github-com-zeebo-goof): New variable.
    
    Change-Id: Id3a846c3a8fb245e77571b3d552db86a78df55ba
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1fc4493ce4..09f49eb0bd 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23902,6 +23902,33 @@ utilities for cty Golang module.")
 @code{1.02e12} for exponents in @code{[-15, 15]}.")
     (license license:asl2.0)))
 
+(define-public go-github-com-zeebo-goof
+  (package
+    (name "go-github-com-zeebo-goof")
+    (version "0.0.0-20240528180144-f1d11ca928f2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/zeebo/goof";)
+              (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1zckl852npidlwdz0nrj4p418hg910skl9qipr6n9fjg7zljjwnk"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/zeebo/goof"))
+    (propagated-inputs
+     (list go-github-com-zeebo-errs))
+    (home-page "https://github.com/zeebo/goof";)
+    (synopsis "Go Object Finder")
+    (description
+     "Goof (Go Object Finder) is a package that does the unthinkable to the
+binaryes: calling functions, @code{fmt.Fprintf}, and accesing
+@code{reflect.Type} from them.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-zeebo-incenc
   (package
     (name "go-github-com-zeebo-incenc")

Reply via email to