golang-github-jacobsa-oglemock 0.0~git20150428-2 source package in Ubuntu

Changelog

golang-github-jacobsa-oglemock (0.0~git20150428-2) unstable; urgency=medium

  * Add missing Depends

 -- Michael Stapelberg <email address hidden>  Mon, 15 Jun 2015 22:56:26 +0200

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
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-jacobsa-oglemock_0.0~git20150428-2.dsc 2.2 KiB ebcc3b6ac00b0ff8582edac458517feae93ef30476497092cd16dc554b3cb9d3
golang-github-jacobsa-oglemock_0.0~git20150428.orig.tar.bz2 26.6 KiB b06251a2e82038bca9dc7186412b1ae632596c903e3bf7c3dcaf9fb1b17bbc65
golang-github-jacobsa-oglemock_0.0~git20150428-2.debian.tar.xz 1.9 KiB 527434b4835dacf4fdef46f9629c3fc3446d842b2a9a988b9141befdddca6193

No changes file available.

Binary packages built by this source

golang-github-jacobsa-oglemock-dev: mocking framework for Go

 oglemock is a mocking framework for the Go programming language with the
 following features:
 .
  * An extensive and extensible set of matchers for expressing call
    expectations (provided by the oglematchers package).
  * Clean, readable output that tells you exactly what you need to know.
  * Style and semantics similar to Google Mock and Google JS Test.
  * Seamless integration with the ogletest unit testing framework.
 .
 It can be integrated into any testing framework (including Go's testing
 package), but out of the box support is built in to ogletest and that is the
 easiest place to use it.