gnu: go-github-com-huandu-xstrings: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-huandu-xstrings): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I071023737c0c6c2726e1100e663c0593e53409f3
This commit is contained in:
Sharlatan Hellseher 2024-12-28 15:45:03 +00:00
parent ae242ec9a9
commit 9661973e27
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 24 additions and 22 deletions

View file

@ -5766,6 +5766,30 @@ anniversaries.")
subsystem in Linux.")
(license license:expat)))
(define-public go-github-com-huandu-xstrings
(package
(name "go-github-com-huandu-xstrings")
(version "1.5.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/huandu/xstrings")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "04z4xb22mi03a772f1si2fqwi5vn5584afzxas73jc6n6sppz0db"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/huandu/xstrings"))
(home-page "https://github.com/huandu/xstrings/")
(synopsis "Collection of string functions")
(description
"Go package xstrings is a collection of string functions,which are widely
used in other languages but absent in Go package strings.")
(license license:expat)))
(define-public go-github-com-ianlancetaylor-demangle
;; No release, see <https://github.com/ianlancetaylor/demangle/issues/21>.
(package