mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: go-github-com-bitly-timer-metrics: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-bitly-timer-metrics): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Id30d1add9ccbfbc05af114f6ccf82f353a7aa74b
This commit is contained in:
parent
997075e495
commit
6d22865f58
2 changed files with 22 additions and 23 deletions
|
@ -89,6 +89,28 @@ (define-public go-github-com-armon-go-radix
|
||||||
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
|
@url{http://en.wikipedia.org/wiki/Radix_tree,radix tree}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-bitly-timer-metrics
|
||||||
|
(package
|
||||||
|
(name "go-github-com-bitly-timer-metrics")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/bitly/timer_metrics")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "02fhx8hx8126m2cgxw9fm8q2401r7zfann8b5zy5yyark1sgkrb4"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/bitly/timer_metrics"))
|
||||||
|
(home-page "https://github.com/bitly/timer_metrics")
|
||||||
|
(synopsis "Capture timings and enable periodic metrics every @var{n} events")
|
||||||
|
(description "This package provides an efficient way to capture timing
|
||||||
|
information and periodically output metrics")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-blang-semver
|
(define-public go-github-com-blang-semver
|
||||||
(let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
|
(let ((commit "60ec3488bfea7cca02b021d106d9911120d25fe9")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
|
@ -1906,29 +1906,6 @@ (define-public go-github-com-bitly-go-hostpool
|
||||||
robin or epsilon greedy mode, and unresponsive hosts are avoided.")
|
robin or epsilon greedy mode, and unresponsive hosts are avoided.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-bitly-timer-metrics
|
|
||||||
(package
|
|
||||||
(name "go-github-com-bitly-timer-metrics")
|
|
||||||
(version "1.0.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/bitly/timer_metrics")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"02fhx8hx8126m2cgxw9fm8q2401r7zfann8b5zy5yyark1sgkrb4"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/bitly/timer_metrics"))
|
|
||||||
(home-page "https://github.com/bitly/timer_metrics")
|
|
||||||
(synopsis "Capture timings and enable periodic metrics every @var{n} events")
|
|
||||||
(description
|
|
||||||
"This package provides an efficient way to capture timing information and
|
|
||||||
periodically output metrics")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-blanu-dust
|
(define-public go-github-com-blanu-dust
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-blanu-dust")
|
(name "go-github-com-blanu-dust")
|
||||||
|
|
Loading…
Reference in a new issue