1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-maraino-go-mock
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-kr-pretty-dev
Standards-Version: 4.5.0
Homepage: https://github.com/maraino/go-mock
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-maraino-go-mock
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-maraino-go-mock.git
XS-Go-Import-Path: github.com/maraino/go-mock
Testsuite: autopkgtest-pkg-go
Package: golang-github-maraino-go-mock-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-kr-pretty-dev
Description: mocking framework for the Go programming language
Go-mock is a Golang framework for easily mocking an interface. It defines
various stubs and adapters that can be used to simulate code on the other
side of the interface.
|