sharlatan pushed a commit to branch go-team
in repository guix.
commit 9abc5646784a4632d10e77e20f35aaf675f87943
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 25 23:53:10 2025 +0000
gnu: Add go-go-abhg-dev-io-ioutil.
* gnu/packages/golang-xyz.scm (go-go-abhg-dev-io-ioutil): New variable.
Change-Id: I18f5a4389a57742814813b57b880ccdaa11ed9fd
---
gnu/packages/golang-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 19a58fb334..b9547d6594 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17400,6 +17400,29 @@ distance. Takes a string value input from the user.
Looks for an identical
word on a list of words, if none is found, look for a similar word.")
(license license:expat))))
+(define-public go-go-abhg-dev-io-ioutil
+ (package
+ (name "go-go-abhg-dev-io-ioutil")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/abhinav/ioutil-go")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1sckmmpabnv9myccnjjrdr3an8zkzvcpwssx40x2z60kivd4zvv2"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "go.abhg.dev/io/ioutil"))
+ (home-page "https://go.abhg.dev/io/ioutil")
+ (synopsis "Extensions for the Golang std @code{io} package")
+ (description
+ "Package ioutil contains extensions for the @code{io} package.")
+ (license license:bsd-3)))
+
(define-public go-go-abhg-dev-komplete
(package
(name "go-go-abhg-dev-komplete")