gnu: Add go-github-com-justinas-alice.

* gnu/packages/golang-web.scm (go-github-com-justinas-alice): New variable.

Change-Id: I7e5ae210eecfe3930c5729f20013386cff930a59
This commit is contained in:
Sharlatan Hellseher 2025-02-20 14:48:32 +00:00
parent 2f09820c6e
commit 78573eac62
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4718,6 +4718,29 @@ jsoniter and variable type declarations (if any). jsoniter interfaces gives
router.") router.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-github-com-justinas-alice
(package
(name "go-github-com-justinas-alice")
(version "1.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/justinas/alice")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "19l88vi13rqyhjl100zd5z26ghy4iln74kqfd3hsmd2nydz7manz"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/justinas/alice"))
(home-page "https://github.com/justinas/alice")
(synopsis "Middleware chaining for Golang")
(description
"Package alice provides a convenient way to chain HTTP handlers.")
(license license:expat)))
(define-public go-github-com-kolo-xmlrpc (define-public go-github-com-kolo-xmlrpc
(package (package
(name "go-github-com-kolo-xmlrpc") (name "go-github-com-kolo-xmlrpc")