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

..03-May-2022-

.gitignoreH A D28-Jun-201827

.travis.ymlH A D28-Jun-201848

LICENSEH A D28-Jun-20181.3 KiB

README.mdH A D28-Jun-2018318

TODOH A D28-Jun-201856

benchmark.goH A D28-Jun-20185.1 KiB

benchmark_test.goH A D28-Jun-20182.7 KiB

bootstrap_test.goH A D28-Jun-20182.2 KiB

check.goH A D28-Jun-201821.2 KiB

check_test.goH A D28-Jun-20185.1 KiB

checkers.goH A D28-Jun-201814 KiB

checkers_test.goH A D28-Jun-201810.4 KiB

export_test.goH A D28-Jun-2018377

fixture_test.goH A D28-Jun-201813.7 KiB

foundation_test.goH A D28-Jun-20188.8 KiB

helpers.goH A D28-Jun-20187.1 KiB

helpers_test.goH A D28-Jun-201816.5 KiB

integration_test.goH A D28-Jun-20182.3 KiB

printer.goH A D28-Jun-20183.7 KiB

printer_test.goH A D28-Jun-20182.4 KiB

reporter.goH A D28-Jun-20182.1 KiB

reporter_test.goH A D28-Jun-20184.1 KiB

run.goH A D28-Jun-20185.3 KiB

run_test.goH A D28-Jun-201812.2 KiB

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