sharlatan pushed a commit to branch go-team in repository guix. commit 7b877a8218ae0b44eb1b345edcd20940348d29d5 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 4dd3c04dbe..a580b8f495 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -17401,6 +17401,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")