gnu: Add go-go-abhg-dev-io-ioutil.

* gnu/packages/golang-xyz.scm (go-go-abhg-dev-io-ioutil): New variable.

Change-Id: I18f5a4389a57742814813b57b880ccdaa11ed9fd
This commit is contained in:
Sharlatan Hellseher 2025-02-25 23:53:10 +00:00
parent 89fca5fe4e
commit a5b20e27a3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -17458,6 +17458,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")