tree: fb782a9b8f8e0059d4677115ebce5a21da064a07 [path history] [tgz]
  1. .gitignore
  2. benchmark.go
  3. benchmark_test.go
  4. bootstrap_test.go
  5. check.go
  6. check_test.go
  7. checkers.go
  8. checkers_test.go
  9. export_test.go
  10. fixture_test.go
  11. foundation_test.go
  12. helpers.go
  13. helpers_test.go
  14. LICENSE
  15. printer.go
  16. printer_test.go
  17. README.md
  18. run.go
  19. run_test.go
  20. TODO
vendor/src/github.com/go-check/check/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: