Artifact golang-github-issue9-assert-dev_0.0~git20170908.0.ceac1aa-5.1_all

Metadata
deb_control_files:
- control
- md5sums
deb_fields:
  Architecture: all
  Description: |-
    Simple extension to test a series of assert functions
     The issue9-assert library provides a simple extension to testing that
     provides a series of assert functions that are convenient for use in
     test functions
     .
     Example:
        func TestA(t testing.T) {
            v := true
            assert.True(v)
            a := assert.New(t)
            a.True(v)
        }
        // Can also be used for testing.B
        func Benchmark1(b *testing.B) {
            a := assert.New(b)
            v := false
            a.True(v)
            for(i:=0; i<b.N; i++) {
                // do something
            }
        }
  Homepage: https://github.com/issue9/assert
  Installed-Size: '52'
  Maintainer: Debian QA Group <packages@qa.debian.org>
  Multi-Arch: foreign
  Package: golang-github-issue9-assert-dev
  Priority: optional
  Section: devel
  Source: golang-github-issue9-assert
  Version: 0.0~git20170908.0.ceac1aa-5.1
srcpkg_name: golang-github-issue9-assert
srcpkg_version: 0.0~git20170908.0.ceac1aa-5.1

File

golang-github-issue9-assert-dev_0.0~git20170908.0.ceac1aa-5.1_all.deb
Binary file golang-github-issue9-assert-dev_0.0~git20170908.0.ceac1aa-5.1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package golang-github-issue9-assert_0.0~git20170908.0.ceac1aa-5.1

binary package System - - 5 months, 1 week ago 4 months, 1 week
BETA