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