Source: golang-gopkg-testfixtures.v2
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-github-joho-godotenv-dev,
               golang-gopkg-yaml.v2-dev
Standards-Version: 3.9.8
Homepage: https://github.com/go-testfixtures/testfixtures
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-testfixtures.v2.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-testfixtures.v2.git
XS-Go-Import-Path: gopkg.in/testfixtures.v2

Package: golang-gopkg-testfixtures.v2-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-joho-godotenv-dev,
         golang-gopkg-yaml.v2-dev
Description: Rails-like test fixtures for Go
 This Go library implements methods for writing tests against real
 databases instead of mocks. This library aims to make running tests
 against production data easy.
 .
 Compatible Databases:
   - PostgreSQL
   - MySQL / MariaDB
   - SQLite
   - Microsoft SQL Server
   - Oracle
