• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.gitignoreH A D28-Jun-201827 54

.travis.ymlH A D28-Jun-201848 42

LICENSEH A D28-Jun-20181.3 KiB2620

README.mdH A D28-Jun-2018318 2111

TODOH A D28-Jun-201856 32

benchmark.goH A D28-Jun-20185.1 KiB188123

benchmark_test.goH A D28-Jun-20182.7 KiB9274

bootstrap_test.goH A D28-Jun-20182.2 KiB8360

check.goH A D28-Jun-201821.2 KiB883737

check_test.goH A D28-Jun-20185.1 KiB208143

checkers.goH A D28-Jun-201814 KiB525295

checkers_test.goH A D28-Jun-201810.4 KiB288191

export_test.goH A D28-Jun-2018377 2014

fixture_test.goH A D28-Jun-201813.7 KiB485384

foundation_test.goH A D28-Jun-20188.8 KiB336266

helpers.goH A D28-Jun-20187.1 KiB232136

helpers_test.goH A D28-Jun-201816.5 KiB520441

integration_test.goH A D28-Jun-20182.3 KiB9566

printer.goH A D28-Jun-20183.7 KiB169151

printer_test.goH A D28-Jun-20182.4 KiB10590

reporter.goH A D28-Jun-20182.1 KiB8975

reporter_test.goH A D28-Jun-20184.1 KiB160124

run.goH A D28-Jun-20185.3 KiB176139

run_test.goH A D28-Jun-201812.2 KiB420336

README.md

1Instructions
2============
3
4Install the package with:
5
6    go get gopkg.in/check.v1
7
8Import it with:
9
10    import "gopkg.in/check.v1"
11
12and use _check_ as the package name inside the code.
13
14For more details, visit the project page:
15
16* http://labix.org/gocheck
17
18and the API documentation:
19
20* https://gopkg.in/check.v1
21