gnu: Add go-github-com-stvp-go-udp-testing.

* gnu/packages/golang-check.scm (go-github-com-stvp-go-udp-testing): New variable.

Change-Id: I23a507d23cdf419beeba5d44bb6bed6f7f4fcdce
This commit is contained in:
Sharlatan Hellseher 2024-08-25 12:47:08 +01:00
parent 81ff6e5e64
commit 452924fbac
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -950,6 +950,30 @@ (define-public go-github-com-stretchr-testify-bootstrap
(propagated-inputs
(list go-gopkg-in-yaml-v3)))))
(define-public go-github-com-stvp-go-udp-testing
(package
(name "go-github-com-stvp-go-udp-testing")
(version "0.0.0-20201019212854-469649b16807")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/stvp/go-udp-testing")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "03dzhwnvbshiivbcawaxsl963d8hh18yf3ydvzvhyjgz60g8lxil"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/stvp/go-udp-testing"))
(home-page "https://github.com/stvp/go-udp-testing")
(synopsis "UDP test helpers for Golang")
(description
"This package implements UDP test helpers. It lets assert that certain
strings must or must not be sent to a given local UDP listener.")
(license license:expat)))
(define-public go-github-com-tdewolff-test
(package
(name "go-github-com-tdewolff-test")