summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-10 14:09:09 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-22 20:13:08 +0100
commit7bddfd2e4bfe2d79e51ebc4125319bee52fec768 (patch)
tree383f4f2625bc132b702d7af0abc515865adea550 /gnu/packages/golang-xyz.scm
parent5134dde4b151288b5d3a5d9786d414b4ee6cf64f (diff)
gnu: Add go-github-com-jkeiser-iter.
* gnu/packages/golang-xyz.scm (go-github-com-jkeiser-iter): New variable. Change-Id: Ieb30c6a56d93529a062d1e3d1b6b0e20500a2810
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm26
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 21ecd798e6..4331ae6339 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10348,6 +10348,32 @@ destinations: the console and a log file.")
struct to another.")
(license license:expat)))
+(define-public go-github-com-jkeiser-iter
+ (package
+ (name "go-github-com-jkeiser-iter")
+ (version "0.0.0-20200628201005-c8aa0ae784d1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jkeiser/iter")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1vdmxbhvq8s51i93g6nympmwnww7vh0xw2xznazhf69k4ggr9v2r"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/jkeiser/iter"))
+ (home-page "https://github.com/jkeiser/iter")
+ (synopsis "Golang library for @code{iteration}")
+ (description
+ "This package is intended to support forward-only iteration in a variety
+of use cases while avoiding the normal errors and leaks that can happen with
+iterators in Go. It provides mechanisms for map/select filtering, background
+iteration through a goroutine, and error handling throughout.")
+ (license license:expat)))
+
(define-public go-github-com-jmattheis-goverter
(package
(name "go-github-com-jmattheis-goverter")