diff options
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 4ce679535c..915d7c90d0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1839,30 +1839,6 @@ supports generating diffs in the Unified Format}.") (license license:expat))) -(define-public go-github-com-benbjohnson-clock - (package - (name "go-github-com-benbjohnson-clock") - (version "1.3.5") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/benbjohnson/clock") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1p7n09pywqra21l981fbkma9vzsyf31pbvw6xg5r4hp8h8scf955")))) - (build-system go-build-system) - (arguments - `(#:import-path "github.com/benbjohnson/clock")) - (home-page "https://github.com/benbjohnson/clock") - (synopsis "Small library for mocking time in Go") - (description - "@code{clock} is a small library for mocking time in Go. It provides an -interface around the standard library's @code{time} package so that the application -can use the realtime clock while tests can use the mock clock.") - (license license:expat))) - (define-public go-github-com-beorn7-perks (package (name "go-github-com-beorn7-perks") |