Source: golang-github-dimonomid-clock
Section: golang
Priority: optional
Maintainer: Fast Forward Maintainers <maintainers@lists.fastforward.deb822.org>
XSBC-Uploaders: Daniel Baumann <daniel@debian.org>
XSBC-Original-Maintainer: Daniel Baumann <daniel@debian.org>
Bugs: mailto:maintainers@lists.fastforward.deb822.org
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
Standards-Version: 4.7.4
Homepage: https://github.com/dimonomid/clock
Vcs-Browser: https://git.fastforward.debian.net/trixie-fastforward-backports/golang-github-dimonomid-clock
Vcs-Git: https://git.fastforward.debian.net/trixie-fastforward-backports/golang-github-dimonomid-clock
XSBC-Original-Vcs-Browser: https://forgejo.debian.net/golang/golang-github-dimonomid-clock
XSBC-Original-Vcs-Git: https://forgejo.debian.net/golang/golang-github-dimonomid-clock
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/dimonomid/clock

Package: golang-github-dimonomid-clock-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: mocking time (Go library)
 Clock is a small library for mocking time in Go. It provides an interface
 around the standard library's time package so that the application can use
 the realtime clock while tests can use the mock clock.
