Cadey Ratio 6197f455f6 | ||
---|---|---|
.. | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
TODO | ||
benchmark.go | ||
benchmark_test.go | ||
bootstrap_test.go | ||
check.go | ||
check_test.go | ||
checkers.go | ||
checkers_test.go | ||
export_test.go | ||
fixture_test.go | ||
foundation_test.go | ||
helpers.go | ||
helpers_test.go | ||
integration_test.go | ||
printer.go | ||
printer_test.go | ||
reporter.go | ||
reporter_test.go | ||
run.go | ||
run_test.go |
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: