guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit d3ccfc594853ca4c9637b196f3cf9e2be4674820
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 12 23:44:31 2026 +0000
gnu: Add go-github-com-xiang90-probing.
* gnu/packages/golang-web.scm (go-github-com-xiang90-probing): New variable.
Change-Id: I43aaedbeefaa7d5fd4cca947fb6c205b34fc82dc
---
gnu/packages/golang-web.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index ddc10b3f7d..fe7bb74af6 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -15963,6 +15963,30 @@ programming language.")
programming language, which supports draft-04, draft-06 and draft-07.")
(license license:asl2.0)))
+(define-public go-github-com-xiang90-probing
+ (package
+ (name "go-github-com-xiang90-probing")
+ (version "0.0.0-20221125231312-a49e3df8f510")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xiang90/probing")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1w0pwy8fzxfqnsjzl28jy08di58kwag48vlj4yj9hls77qgbr9ar"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/xiang90/probing"))
+ (home-page "https://github.com/xiang90/probing")
+ (synopsis "HTTP prober")
+ (description
+ "This package implements a simple HTTP prober which may be used to check
+endpoint health status.")
+ (license license:expat)))
+
(define-public go-github-com-xo-dburl
(package
(name "go-github-com-xo-dburl")