sharlatan pushed a commit to branch go-team
in repository guix.
commit a489c25186881fd94e181f7a1bbc951e22e5b10c
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 ed9fb95422..599cee97d4 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -17396,6 +17396,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")