local-server/vendor/gopkg.in/check.v1
Mikaël Cluseau 4d889632f6 vendor 2018-06-17 18:32:44 +11:00
..
.gitignore vendor 2018-06-17 18:32:44 +11:00
.travis.yml vendor 2018-06-17 18:32:44 +11:00
LICENSE vendor 2018-06-17 18:32:44 +11:00
README.md vendor 2018-06-17 18:32:44 +11:00
TODO vendor 2018-06-17 18:32:44 +11:00
benchmark.go vendor 2018-06-17 18:32:44 +11:00
benchmark_test.go vendor 2018-06-17 18:32:44 +11:00
bootstrap_test.go vendor 2018-06-17 18:32:44 +11:00
check.go vendor 2018-06-17 18:32:44 +11:00
check_test.go vendor 2018-06-17 18:32:44 +11:00
checkers.go vendor 2018-06-17 18:32:44 +11:00
checkers_test.go vendor 2018-06-17 18:32:44 +11:00
export_test.go vendor 2018-06-17 18:32:44 +11:00
fixture_test.go vendor 2018-06-17 18:32:44 +11:00
foundation_test.go vendor 2018-06-17 18:32:44 +11:00
helpers.go vendor 2018-06-17 18:32:44 +11:00
helpers_test.go vendor 2018-06-17 18:32:44 +11:00
printer.go vendor 2018-06-17 18:32:44 +11:00
printer_test.go vendor 2018-06-17 18:32:44 +11:00
reporter.go vendor 2018-06-17 18:32:44 +11:00
reporter_test.go vendor 2018-06-17 18:32:44 +11:00
run.go vendor 2018-06-17 18:32:44 +11:00
run_test.go vendor 2018-06-17 18:32:44 +11:00

README.md

Instructions

Install the package with:

go get gopkg.in/check.v1

Import it with:

import "gopkg.in/check.v1"

and use check as the package name inside the code.

For more details, visit the project page:

and the API documentation: