From b077b5817f757b9328bf30d81dcf1194c5836305 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 28 Nov 2025 13:47:34 +0000 Subject: [PATCH] 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 1fc4493ce41e8310f7b2459012bec74e1c6c7f80..09f49eb0bd043a17219b6449f7d24a9bb5eaf00b 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")