Source: golang-github-facebookgo-clock Section: devel Priority: extra Maintainer: QA Group Build-Depends: debhelper (>= 10), dh-golang, golang-any Standards-Version: 4.1.0 Homepage: https://github.com/facebookgo/clock Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-facebookgo-clock.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-facebookgo-clock.git Testsuite: autopkgtest-pkg-go XS-Go-Import-Path: github.com/facebookgo/clock Package: golang-github-facebookgo-clock-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Clock is a small Go library for mocking time 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.