golang-github-erikstmartin-go-testdb 0.0~git20160219.0.8d10e4a-1.1 source package in Ubuntu

Changelog

golang-github-erikstmartin-go-testdb (0.0~git20160219.0.8d10e4a-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 17:17:58 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-erikstmartin-go-testdb_0.0~git20160219.0.8d10e4a-1.1.dsc 2.4 KiB ae4b09cb22ed205d08e9ab55c6553145a30c531d850b8703ff34b29412574581
golang-github-erikstmartin-go-testdb_0.0~git20160219.0.8d10e4a.orig.tar.xz 7.1 KiB f638f64f897a193501f62d8a73100aeabf55f2d43b2efb79d51720813e14722a
golang-github-erikstmartin-go-testdb_0.0~git20160219.0.8d10e4a-1.1.debian.tar.xz 2.3 KiB cad014f5f2f43725ba02bb6cdff1e05421d314fd8d9c0d4793a2fa790b41b5f7

No changes file available.

Binary packages built by this source

golang-github-erikstmartin-go-testdb-dev: Framework for stubbing responses from go's driver.Driver interface

 go-testdb Framework for stubbing responses from go's driver.Driver
 interface.
 .
 This can be used to sit in place of your sql.Db so that you can stub
 responses for sql calls, and remove database dependencies for your
 test suite.
 .
 This project is in its infancy, but has worked well for all the use
 cases i've had so far, and continues to evolve as new scenarios are
 uncovered. Please feel free to send pull-requests, or submit feature
 requests if you have scenarios that are not accounted for yet. Setup The
 only thing needed for setup is to include the go-testdb package, then
 you can create your db connection specifying "testdb" as your driver.