tree: b5ee34e90064a88d7614bf6f6714d32bfac33e66 [path history] [tgz]
  1. .github/
  2. .gitignore
  3. .travis.yml
  4. benchmark.go
  5. benchmark_test.go
  6. bootstrap_test.go
  7. check.go
  8. check_test.go
  9. checkers.go
  10. checkers_test.go
  11. export_test.go
  12. fixture_test.go
  13. foundation_test.go
  14. go.mod
  15. go.sum
  16. helpers.go
  17. helpers_test.go
  18. integration_test.go
  19. LICENSE
  20. printer.go
  21. printer_test.go
  22. README.md
  23. reporter.go
  24. reporter_test.go
  25. run.go
  26. run_test.go
  27. TODO
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: