golang-github-facebookgo-clock 0.0~git20150410.0.600d898-3 source package in Ubuntu

Changelog

golang-github-facebookgo-clock (0.0~git20150410.0.600d898-3) unstable; urgency=medium

  * Remove invalid d/watch file.

 -- Michael Lustfield <email address hidden>  Mon, 02 Oct 2017 00:33:31 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-facebookgo-clock_0.0~git20150410.0.600d898-3.dsc 2.4 KiB f2ba22e072c9d63825d607aa1a193ee9db3bfe20688ad346863ef263078f6ed1
golang-github-facebookgo-clock_0.0~git20150410.0.600d898.orig.tar.xz 5.8 KiB 83ec0ae1fd1a6935500d5771703d52221034126a8d4aee21eba8e1ab1b37da92
golang-github-facebookgo-clock_0.0~git20150410.0.600d898-3.debian.tar.xz 2.0 KiB 94c73a74f91cd72bc2a72aae53475ba399ced886c1f86df4ca8aa72b998cd402

No changes file available.

Binary packages built by this source

golang-github-facebookgo-clock-dev: 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.