xesite/vendor/gopkg.in/check.v1
Cadey Ratio 6197f455f6 vgo 2018-07-01 20:38:18 +00:00
..
.gitignore vgo 2018-07-01 20:38:18 +00:00
.travis.yml vgo 2018-07-01 20:38:18 +00:00
LICENSE vgo 2018-07-01 20:38:18 +00:00
README.md vgo 2018-07-01 20:38:18 +00:00
TODO vgo 2018-07-01 20:38:18 +00:00
benchmark.go vgo 2018-07-01 20:38:18 +00:00
benchmark_test.go vgo 2018-07-01 20:38:18 +00:00
bootstrap_test.go vgo 2018-07-01 20:38:18 +00:00
check.go vgo 2018-07-01 20:38:18 +00:00
check_test.go vgo 2018-07-01 20:38:18 +00:00
checkers.go vgo 2018-07-01 20:38:18 +00:00
checkers_test.go vgo 2018-07-01 20:38:18 +00:00
export_test.go vgo 2018-07-01 20:38:18 +00:00
fixture_test.go vgo 2018-07-01 20:38:18 +00:00
foundation_test.go vgo 2018-07-01 20:38:18 +00:00
helpers.go vgo 2018-07-01 20:38:18 +00:00
helpers_test.go vgo 2018-07-01 20:38:18 +00:00
integration_test.go vgo 2018-07-01 20:38:18 +00:00
printer.go vgo 2018-07-01 20:38:18 +00:00
printer_test.go vgo 2018-07-01 20:38:18 +00:00
reporter.go vgo 2018-07-01 20:38:18 +00:00
reporter_test.go vgo 2018-07-01 20:38:18 +00:00
run.go vgo 2018-07-01 20:38:18 +00:00
run_test.go vgo 2018-07-01 20:38:18 +00: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: