Source: golang-github-cheekybits-is
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.0.0
Homepage: https://github.com/cheekybits/is
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cheekybits-is.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cheekybits-is.git
XS-Go-Import-Path: github.com/cheekybits/is
Testsuite: autopkgtest-pkg-go

Package: golang-github-cheekybits-is-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Mini testing helper for Go
 github.com/cheekybits/is is a mini testing helper for Go.
 .
  * Simple interface (is.OK and is.Equal)
  * Plugs into existing Go toolchain (uses testing.T)
  * Obvious for newcomers and newbs
  * Also gives you is.Panic and is.PanicWith helpers - because testing
    panics is ugly
