[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: Add go-github-com-bitly-go-hostpool.
From: |
guix-commits |
Subject: |
02/10: gnu: Add go-github-com-bitly-go-hostpool. |
Date: |
Mon, 4 Sep 2023 23:45:48 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 452f36c6149242157d685d40a30c9b47fd30a942
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 1 20:58:10 2023 +0100
gnu: Add go-github-com-bitly-go-hostpool.
* gnu/packages/golang.scm (go-github-com-bitly-go-hostpool): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/golang.scm | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b6e25b5183..7a2e87e2ed 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -25,7 +25,7 @@
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
;;; Copyright © 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
-;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@mgail.com>
+;;; Copyright © 2021, 2023 Sharlatan Hellseher <sharlatanus@mgail.com>
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2021 jgart <jgart@dismail.de>
@@ -2113,6 +2113,31 @@ lists (Apple XML, Apple Binary, OpenStep, and GNUStep)
from/to arbitrary Go
types.")
(license license:giftware))))
+(define-public go-github-com-bitly-go-hostpool
+ (package
+ (name "go-github-com-bitly-go-hostpool")
+ (version "0.1.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/bitly/go-hostpool")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1iibj7dwymczw7cknrh6glc6sdpp4yap2plnyr8qphynwrzlz73w"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/bitly/go-hostpool"))
+ (native-inputs (list go-github-com-stretchr-testify))
+ (home-page "https://github.com/bitly/go-hostpool")
+ (synopsis "Pool among multiple hosts from Golang")
+ (description
+ "This package provides a Go package to intelligently and flexibly pool
among
+multiple hosts from your Go application. Host selection can operate in round
+robin or epsilon greedy mode, and unresponsive hosts are avoided.")
+ (license license:expat)))
+
(define-public go-github-com-blanu-dust
(package
(name "go-github-com-blanu-dust")
- branch master updated (31baada263 -> bf231a591c), guix-commits, 2023/09/04
- 01/10: gnu: freerdp: Enable server build., guix-commits, 2023/09/04
- 04/10: gnu: Add go-github-com-bmizerany-perks-quantile., guix-commits, 2023/09/04
- 06/10: gnu: Add go-github-com-julienschmidt-httprouter., guix-commits, 2023/09/04
- 07/10: gnu: Add go-github-com-mreiferson-go-options., guix-commits, 2023/09/04
- 09/10: gnu: Add go-github-com-nsqio-go-nsq., guix-commits, 2023/09/04
- 03/10: gnu: Add go-github-com-bitly-timer-metrics., guix-commits, 2023/09/04
- 08/10: gnu: Add go-github-com-nsqio-go-diskqueue., guix-commits, 2023/09/04
- 02/10: gnu: Add go-github-com-bitly-go-hostpool.,
guix-commits <=
- 05/10: gnu: Add go-github-com-mreiferson-go-svc., guix-commits, 2023/09/04
- 10/10: gnu: Add nsq., guix-commits, 2023/09/04